Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h427 bool is_mbaff();
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h382 bool is_mbaff();
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h425 bool is_mbaff();
Domx_vdec.h658 OMX_U32 interlaced_format_type, bool is_mbaff);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h425 bool is_mbaff();
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h425 bool is_mbaff();
Domx_vdec.h684 OMX_U32 interlaced_format_type, bool is_mbaff);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h697 bool is_mbaff; variable
/hardware/qcom/media/msm8974/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.cpp9785 OMX_U32 interlaced_format_type, bool is_mbaff) in append_interlace_extradata() argument
9802 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !is_mbaff) { in append_interlace_extradata()
9806 …e if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
9810 …f ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
Domx_vdec_hevc.cpp7625 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata()
7864 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()
/hardware/qcom/media/msm8974/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.cpp8620 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp1266 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
/hardware/qcom/media/msm8996/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_v4l2.cpp11049 OMX_U32 interlaced_format_type, bool is_mbaff) in append_interlace_extradata() argument
11070 if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !is_mbaff) { in append_interlace_extradata()
11074 …e if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
11078 …f ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST) && !is_mbaff) { in append_interlace_extradata()
Domx_vdec_hevc.cpp7589 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata()
7828 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
Domx_vdec_hevc_swvdec.cpp8885 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata()
9139 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp1280 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2449 is_mbaff = FALSE; in component_init()
8527 is_interlaced && is_duplicate_ts_valid && !is_mbaff); in fill_buffer_done()
11222 is_mbaff = payload->format & MSM_VIDC_INTERLACE_FRAME_MBAFF; in handle_extradata()