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

  /frameworks/av/media/libstagefright/
avc_utils.cpp 177 unsigned cropUnitX, cropUnitY;
179 cropUnitX = 1;
185 cropUnitX = subWidthC;
189 ALOGV("frame_crop = (%u, %u, %u, %u), cropUnitX = %u, cropUnitY = %u",
192 cropUnitX, cropUnitY);
195 (frame_crop_left_offset + frame_crop_right_offset) * cropUnitX;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 186 int cropUnitX = 1;
189 cropUnitX = seqParameterSet.chroma_format_idc.getSubWidth();
193 width -= cropUnitX * (seqParameterSet.frame_crop_left_offset + seqParameterSet.frame_crop_right_offset);
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 554 milliseconds