/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 427 bool is_mbaff();
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 382 bool is_mbaff();
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 425 bool is_mbaff();
|
D | omx_vdec.h | 658 OMX_U32 interlaced_format_type, bool is_mbaff);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 425 bool is_mbaff();
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 425 bool is_mbaff();
|
D | omx_vdec.h | 684 OMX_U32 interlaced_format_type, bool is_mbaff);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 697 bool is_mbaff; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 1280 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
|
D | omx_vdec_msm8974.cpp | 9785 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()
|
D | omx_vdec_hevc.cpp | 7625 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata() 7864 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
D | omx_vdec_hevc_swvdec.cpp | 8669 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata() 8920 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
D | omx_vdec.cpp | 8568 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 1366 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
|
D | omx_vdec_copper.cpp | 8088 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
D | omx_vdec.cpp | 8620 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 1266 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 1280 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
|
D | omx_vdec_v4l2.cpp | 11049 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()
|
D | omx_vdec_hevc.cpp | 7589 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in handle_extradata() 7828 mbaff = (h264_parser)? (h264_parser->is_mbaff()): false; in append_interlace_extradata()
|
D | omx_vdec_hevc_swvdec.cpp | 8885 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/ |
D | h264_utils.cpp | 1280 bool h264_stream_parser::is_mbaff() in is_mbaff() function in h264_stream_parser
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 2449 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()
|