Searched defs:component (Results 1 - 25 of 64) sorted by path

123

/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1217 const char *component; local
1220 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1239 && !strncmp(component, "OMX.", 4)
1240 && strncmp(component, "OMX.google.", 11)) {
1346 // component is completely released by the time we may try
1592 const char *component; local
1594 ->findCString(kKeyDecoderComponent, &component)) {
1595 component = "none";
1598 stat->mDecoderName = component;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp62 OMX_COMPONENTTYPE **component)
63 : SimpleSoftOMXComponent(name, callbacks, appData, component),
1080 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
1081 return new android::SoftAAC2(name, callbacks, appData, component);
58 SoftAAC2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
1078 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp44 OMX_COMPONENTTYPE **component)
45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
558 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
559 return new android::SoftAACEncoder(name, callbacks, appData, component);
40 SoftAACEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
556 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftAACEncoder2.cpp42 OMX_COMPONENTTYPE **component)
43 : SimpleSoftOMXComponent(name, callbacks, appData, component),
649 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
650 return new android::SoftAACEncoder2(name, callbacks, appData, component);
38 SoftAACEncoder2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
647 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
469 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
470 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
467 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
402 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
403 return new android::SoftAMRNBEncoder(name, callbacks, appData, component);
41 SoftAMRNBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
400 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
457 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
458 return new android::SoftAMRWBEncoder(name, callbacks, appData, component);
41 SoftAMRWBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
455 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp157 OMX_COMPONENTTYPE **component)
162 callbacks, appData, component),
715 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
716 return new android::SoftAVCEncoder(name, callbacks, appData, component);
153 SoftAVCEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
713 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp1377 int i, j, component; local
1598 for (component = 0; component < 2; component++)
2012 int component, SubBlock_indx, temp; local
H A Dslice.cpp924 int component, SubBlock_indx, block_x, block_y; local
931 for (component = 0; component < 4; component++) /* partition index */
933 block_x = ((component & 1) << 1);
934 block_y = ((component >> 1) << 1);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp51 OMX_COMPONENTTYPE **component)
52 : SimpleSoftOMXComponent(name, callbacks, appData, component),
372 // of this component (unless WRITE_FLAC_HEADER_IN_FIRST_BUFFER is defined)
469 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
470 return new android::SoftFlacEncoder(name, callbacks, appData, component);
47 SoftFlacEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
467 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
308 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
309 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
306 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
266 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
267 return new android::SoftGSM(name, callbacks, appData, component);
37 SoftGSM( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
264 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp67 OMX_COMPONENTTYPE **component)
71 appData, component),
768 OMX_COMPONENTTYPE **component) {
769 return new android::SoftHEVC(name, callbacks, appData, component);
63 SoftHEVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
766 createSoftOMXComponent(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp60 OMX_COMPONENTTYPE **component)
63 352 /* width */, 288 /* height */, callbacks, appData, component),
371 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
377 callbacks, appData, component);
382 callbacks, appData, component);
384 CHECK(!"Unknown component");
52 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
369 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp68 OMX_COMPONENTTYPE **component)
73 callbacks, appData, component),
496 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
502 callbacks, appData, component);
507 callbacks, appData, component);
509 CHECK(!"Unknown component");
59 SoftMPEG4Encoder( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const char *mime, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
494 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
400 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
401 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
398 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp35 OMX_COMPONENTTYPE **component)
39 320 /* width */, 240 /* height */, callbacks, appData, component),
183 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
187 callbacks, appData, component);
191 callbacks, appData, component);
193 CHECK(!"Unknown component");
29 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
181 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp64 OMX_COMPONENTTYPE **component)
69 callbacks, appData, component),
780 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
781 return new android::SoftVPXEncoder(name, callbacks, appData, component);
61 SoftVPXEncoder(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
778 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp54 OMX_COMPONENTTYPE **component)
58 320 /* width */, 240 /* height */, callbacks, appData, component),
319 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
320 return new android::SoftAVC(name, callbacks, appData, component);
50 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
317 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp50 OMX_COMPONENTTYPE **component)
51 : SimpleSoftOMXComponent(name, callbacks, appData, component),
538 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
539 return new android::SoftOpus(name, callbacks, appData, component);
46 SoftOpus( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
536 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
211 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
212 return new android::SoftRaw(name, callbacks, appData, component);
37 SoftRaw( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
209 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp49 OMX_COMPONENTTYPE **component)
50 : SimpleSoftOMXComponent(name, callbacks, appData, component),
475 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
476 return new android::SoftVorbis(name, callbacks, appData, component);
45 SoftVorbis( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
473 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp84 ALOGE("A component of name '%s' already exists, ignoring this one.",
125 OMX_COMPONENTTYPE **component) {
128 *component = NULL;
138 plugin->makeComponentInstance(name, callbacks, appData, component);
144 mPluginByInstance.add(*component, plugin);
150 OMX_COMPONENTTYPE *component) {
153 ssize_t index = mPluginByInstance.indexOfKey(component);
162 return plugin->destroyComponentInstance(component);
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
149 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DSimpleSoftOMXComponent.cpp33 OMX_COMPONENTTYPE **component)
34 : SoftOMXComponent(name, callbacks, appData, component),
171 ALOGW("component requires at least %u buffers (%u requested)",
29 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument

Completed in 305 milliseconds

123