Searched defs:paramName (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp210 OMX_IN OMX_STRING paramName,
217 eRet = pThis->get_extension_index(hComp,paramName,indexType);
209 qc_omx_component_get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp210 OMX_IN OMX_STRING paramName,
217 eRet = pThis->get_extension_index(hComp,paramName,indexType);
209 qc_omx_component_get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp210 OMX_IN OMX_STRING paramName,
217 eRet = pThis->get_extension_index(hComp,paramName,indexType);
209 qc_omx_component_get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp3103 OMX_IN OMX_STRING paramName,
3106 if((hComp == NULL) || (paramName == NULL) || (indexType == NULL))
3116 if(strncmp(paramName,"OMX.Qualcomm.index.audio.sessionId",
3101 get_extension_index( OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp3105 OMX_IN OMX_STRING paramName,
3108 if((hComp == NULL) || (paramName == NULL) || (indexType == NULL))
3118 if(strncmp(paramName,"OMX.Qualcomm.index.audio.sessionId",
3103 get_extension_index( OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp3102 OMX_IN OMX_STRING paramName,
3105 if((hComp == NULL) || (paramName == NULL) || (indexType == NULL))
3115 if(strncmp(paramName,"OMX.Qualcomm.index.audio.sessionId",
3100 get_extension_index( OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Domx_aac_aenc.cpp3202 OMX_IN OMX_STRING paramName,
3205 if((hComp == NULL) || (paramName == NULL) || (indexType == NULL))
3215 if(strncmp(paramName,"OMX.Qualcomm.index.audio.sessionId",
3200 get_extension_index( OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1955 OMX_IN OMX_STRING paramName,
1971 if (!strncmp(paramName, extns[0], strlen(extns[0]))) {
1977 if (!strncmp(paramName, extns[1], strlen(extns[1]))) {
1980 } else if (!strncmp(paramName, extns[2], strlen(extns[2]))) {
1983 } else if (!strncmp(paramName, extns[3], strlen(extns[3]))) {
1954 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2070 OMX_IN OMX_STRING paramName,
2079 if (extn_equals(paramName, "OMX.QCOM.index.param.SliceDeliveryMode")) {
2085 if (extn_equals(paramName, "OMX.google.android.index.storeMetaDataInBuffers")) {
2090 if (extn_equals(paramName, "OMX.google.android.index.prependSPSPPSToIDRFrames")) {
2069 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2255 OMX_IN OMX_STRING paramName,
2264 if (extn_equals(paramName, "OMX.QCOM.index.param.SliceDeliveryMode")) {
2270 if (extn_equals(paramName, "OMX.google.android.index.storeMetaDataInBuffers")) {
2275 if (extn_equals(paramName, "OMX.google.android.index.prependSPSPPSToIDRFrames")) {
2280 if (extn_equals(paramName, "OMX.QCOM.index.param.video.HierStructure")) {
2285 if (extn_equals(paramName, "OMX.QCOM.index.param.video.LTRCount")) {
2290 if (extn_equals(paramName, "OMX.QCOM.index.param.video.LTRPeriod")) {
2295 if (extn_equals(paramName, "OMX.QCOM.index.config.video.LTRUse")) {
2300 if (extn_equals(paramName, "OMX.QCOM.index.config.video.LTRMark")) {
2305 if (extn_equals(paramName, "OM
2254 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp3750 OMX_IN OMX_STRING paramName,
3753 DEBUG_PRINT_LOW("omx_vdpp::get_extension_index %s\n", paramName);
3760 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
3764 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
3768 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
3769 DEBUG_PRINT_ERROR("Extension: %s is supported\n", paramName);
3773 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
3781 else if(!strncmp(paramName,
3788 else if(!strncmp(paramName,
3795 else if(!strncmp(paramName,
3749 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3988 OMX_IN OMX_STRING paramName,
3996 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
4000 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1))
4006 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
4009 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
4012 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
4013 DEBUG_PRINT_ERROR("Extension: %s is supported\n", paramName);
4016 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
4019 else if (!strncmp(paramName,"OMX.google.android.index.prepareForAdaptivePlayback",
4025 DEBUG_PRINT_ERROR("Extension: %s not implemented\n", paramName);
3987 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
H A Domx_vdec_copper.cpp3682 OMX_IN OMX_STRING paramName,
3690 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
3693 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1))
3698 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
3701 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
3704 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
3705 DEBUG_PRINT_ERROR("Extension: %s is supported\n", paramName);
3708 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
3713 DEBUG_PRINT_ERROR("Extension: %s not implemented\n", paramName);
3681 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp3755 OMX_IN OMX_STRING paramName,
3761 } else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
3766 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1)) {
3772 else if (!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
3774 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
3776 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
3777 DEBUG_PRINT_ERROR("Extension: %s is supported", paramName);
3779 } else if (!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
3785 DEBUG_PRINT_ERROR("Extension: %s not implemented", paramName);
3754 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
H A Domx_vdec_hevc.cpp3497 OMX_IN OMX_STRING paramName,
3503 } else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
3505 } else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1)) {
3509 else if (!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
3511 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
3513 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
3514 DEBUG_PRINT_ERROR("Extension: %s is supported", paramName);
3516 } else if (!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
3521 DEBUG_PRINT_ERROR("Extension: %s not implemented", paramName);
3496 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
H A Domx_vdec_hevc_swvdec.cpp4212 OMX_IN OMX_STRING paramName,
4220 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
4223 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1))
4228 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
4231 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
4234 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
4235 DEBUG_PRINT_ERROR("Extension: %s is supported", paramName);
4238 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
4242 else if (!strncmp(paramName, "OMX.google.android.index.storeMetaDataInBuffers", sizeof("OMX.google.android.index.storeMetaDataInBuffers") - 1)) {
4246 else if (!strncmp(paramName, "OM
4211 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
H A Domx_vdec_msm8974.cpp4482 OMX_IN OMX_STRING paramName,
4489 } else if (extn_equals(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode")) {
4491 } else if (extn_equals(paramName, "OMX.QCOM.index.param.IndexExtraData")) {
4493 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_FRAMEPACKING_EXTRADATA)) {
4495 } else if (extn_equals(paramName, OMX_QCOM_INDEX_CONFIG_VIDEO_FRAMEPACKING_INFO)) {
4497 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_QP_EXTRADATA)) {
4499 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_INPUTBITSINFO_EXTRADATA)) {
4501 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_EXTNUSER_EXTRADATA)) {
4503 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_MPEG2SEQDISP_EXTRADATA)) {
4507 else if (extn_equals(paramName, "OM
4481 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp3476 OMX_IN OMX_STRING paramName,
3482 } else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
3484 } else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1)) {
3488 else if (!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
3490 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
3492 } else if (!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
3493 DEBUG_PRINT_ERROR("Extension: %s is supported", paramName);
3495 } else if (!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
3500 DEBUG_PRINT_ERROR("Extension: %s not implemented", paramName);
3475 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
H A Domx_vdec_hevc_swvdec.cpp4398 OMX_IN OMX_STRING paramName,
4407 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
4410 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1))
4415 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) {
4418 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) {
4421 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) {
4422 DEBUG_PRINT_ERROR("Extension: %s is supported", paramName);
4425 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) {
4429 else if (!strncmp(paramName, "OMX.google.android.index.storeMetaDataInBuffers", sizeof("OMX.google.android.index.storeMetaDataInBuffers") - 1)) {
4433 else if (!strncmp(paramName, "OM
4397 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]
H A Domx_vdec_v4l2.cpp5210 OMX_IN OMX_STRING paramName,
5217 } else if (extn_equals(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode")) {
5219 } else if (extn_equals(paramName, "OMX.QCOM.index.param.IndexExtraData")) {
5221 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_FRAMEPACKING_EXTRADATA)) {
5223 } else if (extn_equals(paramName, OMX_QCOM_INDEX_CONFIG_VIDEO_FRAMEPACKING_INFO)) {
5225 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_QP_EXTRADATA)) {
5227 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_INPUTBITSINFO_EXTRADATA)) {
5229 } else if (extn_equals(paramName, OMX_QCOM_INDEX_PARAM_VIDEO_EXTNUSER_EXTRADATA)) {
5233 else if (extn_equals(paramName, "OMX.google.android.index.enableAndroidNativeBuffers")) {
5235 } else if (extn_equals(paramName, "OM
5209 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
[all...]

Completed in 728 milliseconds