HomeSort by relevance Sort by last modified time
    Searched refs:KEY_WIDTH (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateMessagePartSizeAction.java 48 private static final String KEY_WIDTH = "width";
53 actionParameters.putInt(KEY_WIDTH, width);
60 final int width = actionParameters.getInt(KEY_WIDTH);
  /frameworks/base/media/java/android/media/
MediaFormat.java 45 * <tr><td>{@link #KEY_WIDTH}</td><td>Integer</td><td></td></tr>
165 public static final String KEY_WIDTH = "width";
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 82 mOutputWidth = format.getInteger(MediaFormat.KEY_WIDTH);
CpuVideoTrackDecoder.java 61 mWidth = format.getInteger(MediaFormat.KEY_WIDTH);
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/
MediaFormatUtil.java 37 int width = getOptionalIntegerV16(format, android.media.MediaFormat.KEY_WIDTH);
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 194 int width = bufferFormat.getInteger(MediaFormat.KEY_WIDTH);
220 int width = decOutputFormat.getInteger(MediaFormat.KEY_WIDTH);
CodecState.java 304 int width = mOutputFormat.getInteger(MediaFormat.KEY_WIDTH);
MediaCodecClearKeyPlayer.java 217 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH);
MediaCodecTunneledPlayer.java 165 mMediaFormatWidth = getMediaFormatInteger(format, MediaFormat.KEY_WIDTH);
NativeDecoderTest.java 155 foo.add(format.getInteger(MediaFormat.KEY_WIDTH));
354 int width = format.getInteger(MediaFormat.KEY_WIDTH, size);
VideoDecoderPerfTest.java 82 int width = format.getInteger(MediaFormat.KEY_WIDTH);
227 int width = mDecOutputFormat.getInteger(MediaFormat.KEY_WIDTH);
DecodeAccuracyTestBase.java 319 videoFormat.setWidth(mediaFormat.getInteger(MediaFormat.KEY_WIDTH));
321 mediaFormat.setInteger(MediaFormat.KEY_WIDTH, videoFormat.getWidth());
    [all...]
AdaptivePlaybackTest.java     [all...]
EncodeDecodeTest.java     [all...]
Vp8CodecTestBase.java 605 frameWidth = format.getInteger(MediaFormat.KEY_WIDTH);
    [all...]
DecoderTest.java     [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DvrStorageManager.java 162 readFormatInt(in, format, MediaFormat.KEY_WIDTH);
261 writeFormatInt(out, format, MediaFormat.KEY_WIDTH);
  /cts/libs/deviceutil/src/android/cts/util/
MediaPerfUtils.java 61 log.addValue("width", configFormat.getInteger(MediaFormat.KEY_WIDTH),
MediaUtils.java 645 int width = format.getInteger(MediaFormat.KEY_WIDTH);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 541 int new_width = format.getInteger(MediaFormat.KEY_WIDTH);
547 width = format.getInteger(MediaFormat.KEY_WIDTH);
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 280 private static final String KEY_WIDTH = "width";
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2RecordingTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]

Completed in 646 milliseconds

1 2