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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.cc 185 uint32_t frame_crop_right_offset = 0; local
193 parser.ReadExponentialGolomb(&frame_crop_right_offset));
215 frame_crop_right_offset *= 2;
224 width -= (frame_crop_left_offset + frame_crop_right_offset);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 69 public int frame_crop_right_offset; field in class:SeqParameterSet
155 sps.frame_crop_right_offset = reader
156 .readUE("SPS: frame_crop_right_offset");
388 writer.writeUE(frame_crop_right_offset,
389 "SPS: frame_crop_right_offset");
547 ", \n frame_crop_right_offset=" + frame_crop_right_offset +
  /frameworks/av/media/libstagefright/foundation/
avc_utils.cpp 182 unsigned frame_crop_right_offset = parseUE(&br); local
199 frame_crop_left_offset, frame_crop_right_offset,
204 // *width -= (frame_crop_left_offset + frame_crop_right_offset) * cropUnitX;
205 if(__builtin_add_overflow(frame_crop_left_offset, frame_crop_right_offset, &frame_crop_left_offset) ||
  /hardware/intel/common/libva/va/
va_enc_h264.h 224 unsigned int frame_crop_right_offset; member in struct:_VAEncSequenceParameterBufferH264
  /external/v4l2_codec2/vda/
h264_parser.h 142 int frame_crop_right_offset; member in struct:media::H264SPS

Completed in 415 milliseconds