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

12

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4DECODER_Common.h237 VideoComponentCapabilities *component; member in struct:__anon133
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1083 const char *component; local
1086 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1105 && !strncmp(component, "OMX.", 4)
1106 && strncmp(component, "OMX.google.", 11)
1107 && strcmp(component, "OMX.Nvidia.mpeg2v.decode")) {
1203 // component is completely released by the time we may try
1423 const char *component; local
1425 ->findCString(kKeyDecoderComponent, &component)) {
1426 component = "none";
1429 stat->mDecoderName = component;
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp53 OMX_COMPONENTTYPE **component)
54 : SimpleSoftOMXComponent(name, callbacks, appData, component),
627 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
628 return new android::SoftAAC2(name, callbacks, appData, component);
49 SoftAAC2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
625 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.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
572 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
573 return new android::SoftAACEncoder2(name, callbacks, appData, component);
37 SoftAACEncoder2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
570 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),
464 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
465 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
462 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.cpp174 OMX_COMPONENTTYPE **component)
175 : SimpleSoftOMXComponent(name, callbacks, appData, component),
998 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
999 return new android::SoftAVCEncoder(name, callbacks, appData, component);
170 SoftAVCEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
996 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.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
348 // of this component (unless WRITE_FLAC_HEADER_IN_FIRST_BUFFER is defined)
441 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
442 return new android::SoftFlacEncoder(name, callbacks, appData, component);
41 SoftFlacEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
439 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),
301 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
302 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
299 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.cpp64 OMX_COMPONENTTYPE **component)
65 : SimpleSoftOMXComponent(name, callbacks, appData, component),
592 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
593 return new android::SoftMPEG4(name, callbacks, appData, component);
60 SoftMPEG4( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
590 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.cpp81 OMX_COMPONENTTYPE **component)
82 : SimpleSoftOMXComponent(name, callbacks, appData, component),
805 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
806 return new android::SoftMPEG4Encoder(name, callbacks, appData, component);
77 SoftMPEG4Encoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
803 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),
350 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
351 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
348 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.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
379 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
380 return new android::SoftVPX(name, callbacks, appData, component);
41 SoftVPX( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
377 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.cpp63 OMX_COMPONENTTYPE **component)
64 : SimpleSoftOMXComponent(name, callbacks, appData, component),
559 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
560 return new android::SoftAVC(name, callbacks, appData, component);
59 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
557 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),
443 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
444 return new android::SoftVorbis(name, callbacks, appData, component);
45 SoftVorbis( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
441 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),
29 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOMXComponent.cpp31 OMX_COMPONENTTYPE **component)
63 *component = mComponent;
112 OMX_HANDLETYPE component,
118 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
125 OMX_HANDLETYPE component,
130 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
137 OMX_HANDLETYPE component,
142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
149 OMX_HANDLETYPE component,
154 ((OMX_COMPONENTTYPE *)component)
27 SoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
111 SendCommandWrapper( OMX_HANDLETYPE component, OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data) argument
124 GetParameterWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
136 SetParameterWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
148 GetConfigWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
160 SetConfigWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
172 GetExtensionIndexWrapper( OMX_HANDLETYPE component, OMX_STRING name, OMX_INDEXTYPE *index) argument
184 UseBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE **buffer, OMX_U32 portIndex, OMX_PTR appPrivate, OMX_U32 size, OMX_U8 *ptr) argument
199 AllocateBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE **buffer, OMX_U32 portIndex, OMX_PTR appPrivate, OMX_U32 size) argument
213 FreeBufferWrapper( OMX_HANDLETYPE component, OMX_U32 portIndex, OMX_BUFFERHEADERTYPE *buffer) argument
225 EmptyThisBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE *buffer) argument
236 FillThisBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE *buffer) argument
247 GetStateWrapper( OMX_HANDLETYPE component, OMX_STATETYPE *state) argument
[all...]
H A DSoftOMXPlugin.cpp68 OMX_COMPONENTTYPE **component) {
106 (*createSoftOMXComponent)(name, callbacks, appData, component);
133 OMX_COMPONENTTYPE *component) {
136 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
64 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
132 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/frameworks/base/cmds/service/
H A Dservice.cpp156 char* component = NULL; local
188 else if (strcmp(key, "component") == 0)
190 component = value;
212 writeString16(data, component);
269 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";

Completed in 245 milliseconds

12