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

  /hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/vdec/inc/
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/
ts_parser.h 72 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced);
73 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 72 bool get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced);
73 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
  /hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 215 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false)
218 unsigned int num_ent_remove = (is_interlaced)?2:1;
254 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced)
295 if (is_interlaced && duplicate) {
298 } else if (is_interlaced && !duplicate) {
omx_vdec_msm8974.cpp 7300 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 215 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false)
218 unsigned int num_ent_remove = (is_interlaced)?2:1;
254 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced)
295 if (is_interlaced && duplicate) {
298 } else if (is_interlaced && !duplicate) {
omx_vdec_v4l2.cpp 8173 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 215 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false)
218 unsigned int num_ent_remove = (is_interlaced)?2:1;
254 bool omx_time_stamp_reorder::get_next_timestamp(OMX_BUFFERHEADERTYPE *header, bool is_interlaced)
295 if (is_interlaced && duplicate) {
298 } else if (is_interlaced && !duplicate) {
omx_vdec_v4l2.cpp 8818 bool is_interlaced = (drv_ctx.interlace != VDEC_InterlaceFrameProgressive); local
    [all...]

Completed in 118 milliseconds