/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.h | 67 const char *componentName, const char *componentRole); 70 const char *componentName, const char *componentRole); 73 const char *componentName, const char *componentRole);
|
OMXHarness.cpp | 283 const char *componentName, const char *componentRole) { 299 err = setRole(node, componentRole); 449 static const char *GetMimeFromComponentRole(const char *componentRole) { 473 if (!strcmp(componentRole, kRoleToMime[i].mRole)) { 559 const char *componentName, const char *componentRole) { 561 !strncmp(componentRole, "audio_encoder.", 14) 562 || !strncmp(componentRole, "video_encoder.", 14); 571 const char *mime = GetMimeFromComponentRole(componentRole); 574 LOGI("Cannot perform seek test with this componentRole (%s)", 575 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/g729_dec/inc/ |
OMX_G729Decoder.h | 620 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/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/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/g726_enc/inc/ |
OMX_G726Enc_Utils.h | 656 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/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 457 OMX_PARAM_COMPONENTROLETYPE componentRole;
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 377 OMX_CONF_INIT_STRUCT( &pComponentPrivate->componentRole, OMX_PARAM_COMPONENTROLETYPE, pComponentPrivate->dbg); 389 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H263); 396 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H264); 403 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG2); 410 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG4); 418 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H263); 426 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_WMV9); 434 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG4); [all...] |
/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/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 582 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/src/ |
OMX_G722Decoder.c | 296 G722D_OMX_MALLOC(pComponentPrivate->componentRole,OMX_PARAM_COMPONENTROLETYPE); 297 strcpy((char*)pComponentPrivate->componentRole->cRole, G722_DEC_ROLE); [all...] |
/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_enc/inc/ |
OMX_AmrEnc_Utils.h | 926 OMX_PARAM_COMPONENTROLETYPE componentRole; [all...] |
/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/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_dec/inc/ |
OMX_JpegDec_Utils.h | 470 OMX_PARAM_COMPONENTROLETYPE componentRole;
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 456 OMX_PARAM_COMPONENTROLETYPE componentRole;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | 355 OMX_MALLOC_GENERIC(pComponentPrivate->componentRole,OMX_PARAM_COMPONENTROLETYPE); 356 strcpy((char*)pComponentPrivate->componentRole->cRole, AAC_DEC_ROLE); [all...] |