Searched refs:is_interlaced (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | ts_parser.cpp | 180 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) in remove_time_stamp() argument 182 unsigned int num_ent_remove = (is_interlaced)?2:1; in remove_time_stamp() 211 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced) in get_next_timestamp() argument 242 if(is_interlaced && duplicate) { in get_next_timestamp() 246 else if(is_interlaced && status) in get_next_timestamp()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | ts_parser.h | 55 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced); 56 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 215 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) in remove_time_stamp() argument 218 unsigned int num_ent_remove = (is_interlaced)?2:1; in remove_time_stamp() 254 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced) in get_next_timestamp() argument 295 if (is_interlaced && duplicate) { in get_next_timestamp() 298 } else if (is_interlaced && !duplicate) { in get_next_timestamp()
|
D | omx_vdec_msm8974.cpp | 7228 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); in fill_buffer_done() local 7238 is_interlaced) { in fill_buffer_done() 7240 is_interlaced = false; in fill_buffer_done() 7246 is_interlaced && is_duplicate_ts_valid); in fill_buffer_done() 7251 if (is_interlaced && is_duplicate_ts_valid) { in fill_buffer_done()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 215 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) in remove_time_stamp() argument 218 unsigned int num_ent_remove = (is_interlaced)?2:1; in remove_time_stamp() 254 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced) in get_next_timestamp() argument 295 if (is_interlaced && duplicate) { in get_next_timestamp() 298 } else if (is_interlaced && !duplicate) { in get_next_timestamp()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | ts_parser.h | 71 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced); 72 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | ts_parser.h | 71 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced); 72 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
|