OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentRole
(Results
1 - 23
of
23
) sorted by null
/frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp
277
const char *componentName, const char *
componentRole
) {
293
err = setRole(node,
componentRole
);
443
static const char *GetMimeFromComponentRole(const char *
componentRole
) {
468
if (!strcmp(
componentRole
, kRoleToMime[i].mRole)) {
557
const char *componentName, const char *
componentRole
) {
559
!strncmp(
componentRole
, "audio_encoder.", 14)
560
|| !strncmp(
componentRole
, "video_encoder.", 14);
569
const char *mime = GetMimeFromComponentRole(
componentRole
);
572
printf(" * Cannot perform seek test with this
componentRole
(%s)\n",
573
componentRole
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h
606
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h
656
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
582
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h
748
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
OMX_G711Decoder.h
674
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h
788
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h
560
OMX_PARAM_COMPONENTROLETYPE *
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h
669
OMX_PARAM_COMPONENTROLETYPE *
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
620
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h
872
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
749
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
835
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h
653
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h
762
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h
470
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
457
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
911
OMX_PARAM_COMPONENTROLETYPE *
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h
926
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
855
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
456
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
639
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
911
OMX_PARAM_COMPONENTROLETYPE
componentRole
;
[
all
...]
Completed in 256 milliseconds