Searched refs:is_interlaced (Results 1 – 5 of 5) sorted by relevance
210 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) in remove_time_stamp() argument212 unsigned int num_ent_remove = (is_interlaced)?2:1; in remove_time_stamp()247 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced) in get_next_timestamp() argument287 if (is_interlaced && duplicate) { in get_next_timestamp()290 } else if (is_interlaced && !duplicate) { in get_next_timestamp()
6738 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); in fill_buffer_done() local6748 is_interlaced) { in fill_buffer_done()6750 is_interlaced = false; in fill_buffer_done()6756 is_interlaced && is_duplicate_ts_valid); in fill_buffer_done()6761 if (is_interlaced && is_duplicate_ts_valid) { in fill_buffer_done()6775 is_interlaced && is_duplicate_ts_valid); in fill_buffer_done()
180 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) in remove_time_stamp() argument182 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() argument242 if(is_interlaced && duplicate) { in get_next_timestamp()246 else if(is_interlaced && status) in get_next_timestamp()
55 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced);56 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
56 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced);57 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);