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

1 2

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
550 if (!useSurface && format.containsKey(MediaFormat.KEY_COLOR_FORMAT)) {
551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT);
MediaCodecVideoEncoder.java 315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 525 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
610 MediaFormat.KEY_COLOR_FORMAT,
618 MediaFormat.KEY_COLOR_FORMAT));
650 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, caps.colorFormats[0]);
    [all...]
NdkMediaCodec.java 108 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1);
ResourceManagerTestActivityBase.java 75 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, caps.colorFormats[0]);
VpxCodecTestBase.java 550 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
618 frameColorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT);
    [all...]
EncodeDecodeTest.java 434 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
495 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
MediaCodecTest.java 354 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
795 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
    [all...]
DecodeEditEncodeTest.java 208 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
400 outputFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT,
    [all...]
EncodeVirtualDisplayWithCompositionTest.java 645 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
    [all...]
EncodeVirtualDisplayTest.java 216 encoderFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT,
ExtractDecodeEditEncodeMuxTest.java 312 MediaFormat.KEY_COLOR_FORMAT, OUTPUT_VIDEO_COLOR_FORMAT);
    [all...]
ImageReaderDecoderTest.java 286 mediaFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
VideoEncoderTest.java 248 mDecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
276 outFmt.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
AdaptivePlaybackTest.java     [all...]
DecoderTest.java     [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java 47 * <tr><td>{@link #KEY_COLOR_FORMAT}</td><td>Integer</td><td>set by the user
106 * <tr><td>{@link #KEY_COLOR_FORMAT}</td><td>Integer</td><td>set by the user
267 public static final String KEY_COLOR_FORMAT = "color-format";
    [all...]
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DisplaySourceService.java 190 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT);
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NetworkedVirtualDisplay.java 342 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 412 format.setInteger(MediaFormat.KEY_COLOR_FORMAT,
  /hardware/google/av/media/sfplugin/
CCodec.cpp 712 if (!msg->findInt32(KEY_COLOR_FORMAT, &format)) {
788 config->mInputFormat->setInt32(KEY_COLOR_FORMAT, format);
790 config->mOutputFormat->setInt32(KEY_COLOR_FORMAT, format);
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecConstants.h 333 constexpr char KEY_COLOR_FORMAT[] = "color-format";
  /frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
HeifEncoder.java 272 codecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]

Completed in 610 milliseconds

1 2