Searched refs:entryType (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3476 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; local
3477 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM)
3479 DEBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type);
H A Domx_vdec_copper.cpp3298 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; local
3299 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM)
3301 DEBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp3345 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; local
3347 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) {
3348 DEBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type);
H A Domx_vdec_hevc.cpp3123 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; local
3124 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) {
3125 DEBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type);
H A Domx_vdec_msm8974.cpp3251 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; local
3252 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) {
3253 DEBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type);

Completed in 112 milliseconds