HomeSort by relevance Sort by last modified time
    Searched defs:inputFormat (Results 1 - 21 of 21) sorted by null

  /frameworks/av/camera/camera2/
SessionConfiguration.cpp 52 int inputFormat = -1;
53 if ((err = parcel->readInt32(&inputFormat)) != OK) {
67 mInputFormat = inputFormat;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
poc.cpp 100 sp<AMessage> inputFormat = new AMessage;
102 codecDataIn = new SharedMemoryBuffer(inputFormat, memory);
  /external/skia/src/codec/
SkBmpCodec.cpp 298 BmpInputFormat inputFormat = kUnknown_BmpInputFormat;
301 inputFormat = kStandard_BmpInputFormat;
312 inputFormat = kBitMask_BmpInputFormat;
320 inputFormat = kRLE_BmpInputFormat;
327 inputFormat = kRLE_BmpInputFormat;
332 inputFormat = kBitMask_BmpInputFormat;
394 inputFormat = kRLE_BmpInputFormat;
428 switch (inputFormat) {
  /external/skqp/src/codec/
SkBmpCodec.cpp 298 BmpInputFormat inputFormat = kUnknown_BmpInputFormat;
301 inputFormat = kStandard_BmpInputFormat;
312 inputFormat = kBitMask_BmpInputFormat;
320 inputFormat = kRLE_BmpInputFormat;
327 inputFormat = kRLE_BmpInputFormat;
332 inputFormat = kBitMask_BmpInputFormat;
394 inputFormat = kRLE_BmpInputFormat;
428 switch (inputFormat) {
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 467 audio_format_t inputFormat = mRecord.thread()->format();
468 if (!audio_is_linear_pcm(inputFormat)) {
471 format = inputFormat;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.hpp 88 VkFormat inputFormat;
104 : inputFormat (VK_FORMAT_R32G32B32A32_SFLOAT)
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 574 sp<AMessage> inputFormat;
577 if (mEncoder->getInputFormat(&inputFormat) == OK) {
579 if (inputFormat->findInt32("using-sw-read-often", &usingSwReadOften)
586 if (!inputFormat->findInt32("android._dataspace", &mEncoderDataSpace)) {
    [all...]
ACodec.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 396 MediaFormat inputFormat = inputData.getMediaFormat();
404 inputFormat.getInteger(MediaFormat.KEY_BIT_RATE));
406 inputFormat.getInteger(MediaFormat.KEY_FRAME_RATE));
408 inputFormat.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL));
423 inputFormat.setInteger(KEY_ALLOW_FRAME_DROP, 0);
425 decoder.configure(inputFormat, outputSurface.getSurface(), null, 0);
429 inputFormat = decoder.getInputFormat();
431 0, inputFormat.getInteger(KEY_ALLOW_FRAME_DROP));
    [all...]
ExtractDecodeEditEncodeMuxTest.java 359 MediaFormat inputFormat = videoExtractor.getTrackFormat(videoInputTrack);
371 videoDecoder = createVideoDecoder(mcl, inputFormat, outputSurface.getSurface());
378 MediaFormat inputFormat = audioExtractor.getTrackFormat(audioInputTrack);
384 audioDecoder = createAudioDecoder(mcl, inputFormat);
597 * @param inputFormat the format of the stream to decode
601 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException {
602 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat));
603 decoder.configure(inputFormat, surface, null, 0);
634 * @param inputFormat the format of the stream to decode
637 MediaCodecList mcl, MediaFormat inputFormat) throws IOException
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodec.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 243 for (int inputFormat : inputFormats) {
245 mStaticInfo.getValidOutputFormatsForInput(inputFormat);
248 getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input);
253 testReprocess(id, maxInputSize, inputFormat, maxReprocessOutputSize,
272 int inputFormat;
276 inputFormat = ImageFormat.PRIVATE;
278 inputFormat = ImageFormat.YUV_420_888;
287 getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input);
294 " inputSize: " + inputSize + " inputFormat: " + inputFormat
    [all...]
RobustnessTest.java 574 int inputFormat = streamInfo.get(0).getFormat();
575 if (substituteY8 && (inputFormat == ImageFormat.YUV_420_888)) {
576 inputFormat = ImageFormat.Y8;
596 inputSizes.get(0).getHeight(), inputFormat);
    [all...]
CameraDeviceTest.java     [all...]
ExtendedCameraCharacteristicsTest.java     [all...]
  /external/curl/lib/vtls/
sectransp.c     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcPackedPixelsTests.cpp     [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]

Completed in 1933 milliseconds