The Codec Engine product package

Source: Internet
Author: User
Tags sdo

1/*--copyright--, BSD
2 * Copyright (c) $ (cpyyear), Texas Instruments Incorporated
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * Modification, is permitted provided that the following conditions
7 * are met:
8 *
9 * * Redistributions of source code must retain the above copyright
Ten * Notice, this list of conditions and the following disclaimer.
11 *
* * redistributions in binary form must reproduce the above copyright
* Notice, this list of conditions and the following disclaimer in the
* Documentation and/or other materials provided with the distribution.
15 *
* * Neither the name of Texas Instruments Incorporated nor the names of
* Its contributors is used to endorse or promote products derived
* From this software without specific prior written permission.
19 *
* This software are provided by the COPYRIGHT holders and CONTRIBUTORS "as is"
* and any EXPRESS OR implied warranties, including, but not LIMITED to,
* The implied warranties of merchantability and FITNESS for A particular
* PURPOSE is disclaimed. In NO EVENT shall the COPYRIGHT OWNER OR
CONTRIBUTORS is liable for any DIRECT, INDIRECT, incidental, special,
* Exemplary, OR consequential damages (including, but not LIMITED to,
Procurement of substitute GOODS OR SERVICES; LOSS of Use, DATA, OR profits;
* OR business interruption) however caused and on any theory of liability,
WHETHER in contract, STRICT liability, or TORT (including negligence OR
* OTHERWISE) arising in any-out-of-the------software,
Even IF advised of the possibility of SUCH DAMAGE.
*--/copyright--
32 */
*/* this ' requires ' list describes what packages to import into this bundle */
Requires Ti.sdo.ce;
Requires Ti.sdo.ce.node;
Requires TI.SDO.CE.IPC;
Panax Notoginseng requires Ti.sdo.ce.ipc.bios;
Requires Ti.sdo.ce.ipc.dsplink;
Requires TI.SDO.CE.IPC.DSPLINK.DSP;
Requires Ti.sdo.ce.ipc.linux;
Requires Ti.sdo.ce.ipc.noOS;
Requires ti.sdo.ce.osal;
Requires Ti.sdo.ce.osal.bios;
Requires Ti.sdo.ce.osal.linux;
Requires ti.sdo.ce.osal.wince;
Requires ti.sdo.ce.osal.wince.utils;
Requires Ti.sdo.ce.osal.noOS;
Requires Ti.sdo.ce.alg;
Requires ti.sdo.ce.trace;
Requires Ti.sdo.ce.speech;
Wuyi requires ti.sdo.ce.speech1;
Requires Ti.sdo.ce.video;
Requires ti.sdo.ce.video1;
Requires Ti.sdo.ce.video2;
Requires Ti.sdo.ce.audio;
Requires ti.sdo.ce.audio1;
Requires Ti.sdo.ce.global;
Requires ti.sdo.ce.image;
Requires Ti.sdo.ce.image1;
Requires ti.sdo.ce.universal;
Requires Ti.sdo.ce.vidtranscode;
Requires ti.sdo.ce.vidanalytics;
Requires Ti.sdo.ce.video2.split;
64
Requires Ti.sdo.ce.bioslog;
66
Requires ti.sdo.ce.utils;
Requires ti.sdo.ce.utils.rtcfg;
Requires ti.sdo.ce.utils.trace;
Requires TI.SDO.CE.UTILS.XDM;
71
Requires Ti.dsplink.utils.lad;
Requires ti.dsplink.utils.ladclient;
74
Requires ti.sdo.ce.examples.codecs;
Requires ti.sdo.ce.examples.codecs.viddec1_copy;
Requires ti.sdo.ce.examples.codecs.videnc1_copy;
Requires ti.sdo.ce.examples.codecs.imgdec1_copy;
Requires ti.sdo.ce.examples.codecs.imgenc1_copy;
Requires ti.sdo.ce.examples.codecs.sphdec1_copy;
Bayi requires ti.sdo.ce.examples.codecs.sphenc1_copy;
Requires ti.sdo.ce.examples.codecs.auddec1_copy;
Requires ti.sdo.ce.examples.codecs.audenc1_copy;
Requires ti.sdo.ce.examples.codecs.auddec1_ires;
Requires ti.sdo.ce.examples.codecs.viddec2_copy;
86
Requires ti.sdo.ce.examples.codecs.viddec_copy;
Requires ti.sdo.ce.examples.codecs.videnc_copy;
Requires ti.sdo.ce.examples.codecs.imgdec_copy;
Requires ti.sdo.ce.examples.codecs.imgenc_copy;
Requires ti.sdo.ce.examples.codecs.sphdec_copy;
Requires ti.sdo.ce.examples.codecs.sphenc_copy;
Requires ti.sdo.ce.examples.codecs.auddec_copy;
94 requires ti.sdo.ce.examples.codecs.audenc_copy;
95
Requires ti.sdo.ce.examples.codecs.g711;
Requires Ti.sdo.ce.examples.codecs.scale;
98 requires ti.sdo.ce.examples.codecs.vidtranscode_copy;
Requires ti.sdo.ce.examples.codecs.vidanalytics_copy;
100
101 requires ti.sdo.ce.examples.codecs.viddec2split_copy;
102 requires ti.sdo.ce.examples.codecs.universal_copy;
103
104 requires ti.sdo.ce.examples.extensions;
Requires Ti.sdo.ce.examples.extensions.scale;
106
107 requires ti.sdo.ce.examples.servers;
108 requires ti.sdo.ce.examples.servers.all_codecs;
109 requires ti.sdo.ce.examples.servers.all_codecs_new_config;
Requires ti.sdo.ce.examples.servers.server_api_example;
111 requires ti.sdo.ce.examples.servers.audio1_ires;
112
113 requires ti.sdo.ce.examples.buildutils;
Requires Ti.sdo.ce.examples.apps;
Requires ti.sdo.ce.examples.apps.video_copy;
Requires ti.sdo.ce.examples.apps.image_copy;
117 requires ti.sdo.ce.examples.apps.speech_copy;
118 requires ti.sdo.ce.examples.apps.audio_copy;
119 requires ti.sdo.ce.examples.apps.server_api_example;
Requires ti.sdo.ce.examples.apps.server_trace;
121
122 requires ti.sdo.ce.examples.apps.video2_copy;
123 requires ti.sdo.ce.examples.apps.video1_copy;
124 requires ti.sdo.ce.examples.apps.image1_copy;
Requires ti.sdo.ce.examples.apps.speech1_copy;
126 requires Ti.sdo.ce.examples.apps.audio1_copy.sync;
127 requires Ti.sdo.ce.examples.apps.audio1_copy.async;
Requires ti.sdo.ce.examples.apps.audio1_ires;
129
Requires ti.sdo.ce.examples.apps.video2split_copy;
131
Requires Ti.sdo.ce.examples.apps.vidtranscode;
133 requires ti.sdo.ce.examples.apps.vidanalytics;
134
135 requires ti.sdo.ce.examples.apps.universal_copy;
136 requires Ti.sdo.ce.examples.apps.scale;
137 requires Ti.sdo.ce.examples.apps.speech;
138 requires Ti.sdo.ce.examples.apps.speech_copy_LAD;
139
Requires Ti.sdo.ce.wizards.genserver;
141 requires ti.sdo.ce.wizards.gencodecpkg;
142
143/*!
144 * ======== Codec_engine ========
145 * The Codec Engine product package
146 *
147 * This package was a "bundle" of packages required to use the Codec Engine
148 * API ' s to run algorithms. It also includes packages required to add new
149 * Algorithms to a system using the Codec Engine.
150 *
151 */
Package codec_engine_2_26_01_09 [1, 0, 0] {
153}

The Codec Engine product package

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.