Searched defs:paramName (Results 1 - 5 of 5) sorted by relevance
/hardware/qcom/media/mm-core/omxcore/src/common/ |
H A D | omx_core_cmp.cpp | 210 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/mm-core/src/common/ |
H A D | omx_core_cmp.cpp | 210 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/mm-video/vidc/venc/src/ |
H A D | omx_video_base.cpp | 1951 OMX_IN OMX_STRING paramName, 1966 if (!strncmp(paramName, extns[0], strlen(extns[0]))) { 1972 if (!strncmp(paramName, extns[1], strlen(extns[1]))) { 1975 } else if (!strncmp(paramName, extns[2], strlen(extns[2]))) { 1950 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 3889 OMX_IN OMX_STRING paramName, 3897 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) { 3901 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1)) 3907 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) { 3910 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) { 3913 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) { 3914 DEBUG_PRINT_ERROR("Extension: %s is supported\n", paramName); 3917 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) { 3922 DEBUG_PRINT_ERROR("Extension: %s not implemented\n", paramName); 3888 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
|
H A D | omx_vdec_copper.cpp | 3689 OMX_IN OMX_STRING paramName, 3697 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) { 3700 else if (!strncmp(paramName, "OMX.QCOM.index.param.IndexExtraData",sizeof("OMX.QCOM.index.param.IndexExtraData") - 1)) 3705 else if(!strncmp(paramName,"OMX.google.android.index.enableAndroidNativeBuffers", sizeof("OMX.google.android.index.enableAndroidNativeBuffers") - 1)) { 3708 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer2", sizeof("OMX.google.android.index.enableAndroidNativeBuffer2") - 1)) { 3711 else if(!strncmp(paramName,"OMX.google.android.index.useAndroidNativeBuffer", sizeof("OMX.google.android.index.enableAndroidNativeBuffer") - 1)) { 3712 DEBUG_PRINT_ERROR("Extension: %s is supported\n", paramName); 3715 else if(!strncmp(paramName,"OMX.google.android.index.getAndroidNativeBufferUsage", sizeof("OMX.google.android.index.getAndroidNativeBufferUsage") - 1)) { 3720 DEBUG_PRINT_ERROR("Extension: %s not implemented\n", paramName); 3688 get_extension_index(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING paramName, OMX_OUT OMX_INDEXTYPE* indexType) argument
|
Completed in 323 milliseconds