Searched defs:interlaced_format_type (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp8601 OMX_U32 interlaced_format_type)
8615 if ((interlaced_format_type == VDEC_InterlaceFrameProgressive) && !mbaff)
8600 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type) argument
H A Domx_vdec_copper.cpp8075 OMX_U32 interlaced_format_type)
8089 if ((interlaced_format_type == VDEC_InterlaceFrameProgressive) && !mbaff)
8074 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type) argument
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp8546 OMX_U32 interlaced_format_type, OMX_U32 buf_index)
8570 if ((interlaced_format_type == VDEC_InterlaceFrameProgressive) && !mbaff) {
8545 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type, OMX_U32 buf_index) argument
H A Domx_vdec_hevc.cpp7844 OMX_U32 interlaced_format_type)
7861 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !mbaff) {
7843 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type) argument
H A Domx_vdec_hevc_swvdec.cpp8904 OMX_U32 interlaced_format_type)
8921 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !mbaff)
8903 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type) argument
H A Domx_vdec_msm8974.cpp9136 OMX_U32 interlaced_format_type, bool is_mbaff)
9153 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !is_mbaff) {
9157 } else if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST) && !is_mbaff) {
9161 } else if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST) && !is_mbaff) {
9135 append_interlace_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 interlaced_format_type, bool is_mbaff) argument

Completed in 127 milliseconds