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

1 2

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateMessagePartSizeAction.java 49 private static final String KEY_HEIGHT = "height";
54 actionParameters.putInt(KEY_HEIGHT, height);
61 final int height = actionParameters.getInt(KEY_HEIGHT);
  /frameworks/base/media/java/android/media/
MediaFormat.java 46 * <tr><td>{@link #KEY_HEIGHT}</td><td>Integer</td><td></td></tr>
171 public static final String KEY_HEIGHT = "height";
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 83 mOutputHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
CpuVideoTrackDecoder.java 62 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/
MediaFormatUtil.java 38 int height = getOptionalIntegerV16(format, android.media.MediaFormat.KEY_HEIGHT);
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 195 int height = bufferFormat.getInteger(MediaFormat.KEY_HEIGHT);
221 int height = decOutputFormat.getInteger(MediaFormat.KEY_HEIGHT);
CodecState.java 305 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT);
MediaCodecClearKeyPlayer.java 216 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
MediaCodecTunneledPlayer.java 164 mMediaFormatHeight = getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
NativeDecoderTest.java 156 foo.add(format.getInteger(MediaFormat.KEY_HEIGHT));
356 int height = format.getInteger(MediaFormat.KEY_HEIGHT, 1);
VideoDecoderPerfTest.java 83 int height = format.getInteger(MediaFormat.KEY_HEIGHT);
228 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT);
DecodeAccuracyTestBase.java 320 videoFormat.setHeight(mediaFormat.getInteger(MediaFormat.KEY_HEIGHT));
322 mediaFormat.setInteger(MediaFormat.KEY_HEIGHT, videoFormat.getHeight());
    [all...]
AdaptivePlaybackTest.java     [all...]
EncodeDecodeTest.java     [all...]
Vp8CodecTestBase.java 606 frameHeight = format.getInteger(MediaFormat.KEY_HEIGHT);
    [all...]
DecoderTest.java     [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DvrStorageManager.java 163 readFormatInt(in, format, MediaFormat.KEY_HEIGHT);
262 writeFormatInt(out, format, MediaFormat.KEY_HEIGHT);
  /cts/libs/deviceutil/src/android/cts/util/
MediaPerfUtils.java 63 log.addValue("height", configFormat.getInteger(MediaFormat.KEY_HEIGHT),
MediaUtils.java 646 int height = format.getInteger(MediaFormat.KEY_HEIGHT);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 542 int new_height = format.getInteger(MediaFormat.KEY_HEIGHT);
548 height = format.getInteger(MediaFormat.KEY_HEIGHT);
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 106 private static final String KEY_HEIGHT = "height";
    [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 374 milliseconds

1 2