Searched defs:callbacks (Results 1 - 25 of 65) sorted by path

123

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp60 const OMX_CALLBACKTYPE *callbacks,
63 : SimpleSoftOMXComponent(name, callbacks, appData, component),
1079 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp42 const OMX_CALLBACKTYPE *callbacks,
45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
557 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp40 const OMX_CALLBACKTYPE *callbacks,
43 : SimpleSoftOMXComponent(name, callbacks, appData, component),
648 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
468 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp43 const OMX_CALLBACKTYPE *callbacks,
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
401 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp43 const OMX_CALLBACKTYPE *callbacks,
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
456 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp155 const OMX_CALLBACKTYPE *callbacks,
162 callbacks, appData, component),
714 const char *name, const OMX_CALLBACKTYPE *callbacks,
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/flac/enc/
H A DSoftFlacEncoder.cpp49 const OMX_CALLBACKTYPE *callbacks,
52 : SimpleSoftOMXComponent(name, callbacks, appData, component),
468 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
307 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
265 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp65 const OMX_CALLBACKTYPE *callbacks,
70 320 /* width */, 240 /* height */, callbacks,
767 const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData,
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.cpp58 const OMX_CALLBACKTYPE *callbacks,
63 352 /* width */, 288 /* height */, callbacks, appData, component),
370 const char *name, const OMX_CALLBACKTYPE *callbacks,
377 callbacks, appData, component);
382 callbacks, appData, 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.cpp66 const OMX_CALLBACKTYPE *callbacks,
73 callbacks, appData, component),
495 const char *name, const OMX_CALLBACKTYPE *callbacks,
502 callbacks, appData, component);
507 callbacks, appData, 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.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
399 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp33 const OMX_CALLBACKTYPE *callbacks,
39 320 /* width */, 240 /* height */, callbacks, appData, component),
182 const char *name, const OMX_CALLBACKTYPE *callbacks,
187 callbacks, appData, component);
191 callbacks, appData, 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.cpp62 const OMX_CALLBACKTYPE *callbacks,
69 callbacks, appData, component),
779 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp52 const OMX_CALLBACKTYPE *callbacks,
58 320 /* width */, 240 /* height */, callbacks, appData, component),
318 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp48 const OMX_CALLBACKTYPE *callbacks,
51 : SimpleSoftOMXComponent(name, callbacks, appData, component),
537 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
210 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp47 const OMX_CALLBACKTYPE *callbacks,
50 : SimpleSoftOMXComponent(name, callbacks, appData, component),
474 const char *name, const OMX_CALLBACKTYPE *callbacks,
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.cpp123 const OMX_CALLBACKTYPE *callbacks,
138 plugin->makeComponentInstance(name, callbacks, appData, component);
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSimpleSoftOMXComponent.cpp31 const OMX_CALLBACKTYPE *callbacks,
34 : SoftOMXComponent(name, callbacks, appData, component),
29 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOMXComponent.cpp29 const OMX_CALLBACKTYPE *callbacks,
33 mCallbacks(callbacks),
27 SoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOMXPlugin.cpp71 const OMX_CALLBACKTYPE *callbacks,
111 (*createSoftOMXComponent)(name, callbacks, appData, component);
69 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftVideoDecoderOMXComponent.cpp51 const OMX_CALLBACKTYPE *callbacks,
54 : SimpleSoftOMXComponent(name, callbacks, appData, component),
43 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument

Completed in 252 milliseconds

123