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

  /external/chromium_org/content/common/gpu/media/
h264_parser.h 84 int frame_crop_right_offset; member in struct:content::H264SPS
h264_parser.cc 666 READ_UE_OR_RETURN(&sps->frame_crop_right_offset);
    [all...]
  /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/
avc_utils.cpp 109 unsigned frame_crop_right_offset = parseUE(&br); local
126 frame_crop_left_offset, frame_crop_right_offset,
131 (frame_crop_left_offset + frame_crop_right_offset) * cropUnitX;
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 188 M4OSA_Int32 frame_crop_right_offset; member in struct:__anon31140
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 328 uint frame_crop_right_offset; /* ue(v) */ member in struct:tagSeqParamSet
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 149 seqParam->frame_crop_right_offset = 0;
218 seqParam->frame_crop_right_offset = 0;
    [all...]
header.cpp 92 status = ue_v(stream, seqParam->frame_crop_right_offset);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 193 width -= cropUnitX * (seqParameterSet.frame_crop_left_offset + seqParameterSet.frame_crop_right_offset);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 1866 milliseconds