HomeSort by relevance Sort by last modified time
    Searched refs:is_interlaced (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
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/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 56 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced);
57 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 180 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false)
182 unsigned int num_ent_remove = (is_interlaced)?2:1;
211 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced)
242 if(is_interlaced && duplicate) {
246 else if(is_interlaced && status)
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 208 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false)
210 unsigned int num_ent_remove = (is_interlaced)?2:1;
245 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced)
285 if (is_interlaced && duplicate) {
288 } else if (is_interlaced && !duplicate) {
omx_vdec_msm8974.cpp 6322 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); local
    [all...]

Completed in 302 milliseconds