Home
last modified time | relevance | path

Searched refs:is_mbaff (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h425 bool is_mbaff();
Domx_vdec.h654 OMX_U32 interlaced_format_type, bool is_mbaff);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h427 bool is_mbaff();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp1366 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
Domx_vdec_copper.cpp8088 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
Domx_vdec.cpp8614 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp1280 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
Domx_vdec_msm8974.cpp9136 OMX_U32 interlaced_format_type, bool is_mbaff) in append_interlace_extradata() argument
9153 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !is_mbaff) { in append_interlace_extradata()
9157 …e if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
9161 …f ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
Domx_vdec_hevc.cpp7621 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata()
7860 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
Domx_vdec_hevc_swvdec.cpp8669 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata()
8920 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
Domx_vdec.cpp8568 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()