Home
last modified time | relevance | path

Searched refs:srcFrameSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/libaudioprocessing/tests/fuzzer/
H A Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp150 const uint32_t srcFrameSize = srcChannelCount * audio_bytes_per_sample(srcFormat); in LLVMFuzzerTestOneInput() local
154 metadataSize + (srcFrameSize * srcNumFrames)); in LLVMFuzzerTestOneInput()
155 Provider provider(inputData.data(), srcNumFrames, srcFrameSize); in LLVMFuzzerTestOneInput()
/aosp_15_r20/frameworks/av/media/libstagefright/colorconversion/fuzzer/
H A Dcolor_conversion_fuzzer.cpp108 int32_t srcFrameSize = getFrameSize(srcColorFormat, stride, height); in process() local
110 std::vector<uint8_t> srcFrame(srcFrameSize), dstFrame(dstFrameSize); in process()
111 mFdp.ConsumeData(srcFrame.data(), srcFrameSize); in process()
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DVideoCodecTestBase.java545 int srcFrameSize = srcFrameWidth * srcFrameHeight * 3 / 2; in cacheScaledImage() local
546 byte[] srcFrame = new byte[srcFrameSize]; in cacheScaledImage()
842 int srcFrameSize = streamParams.frameWidth * streamParams.frameHeight * 3 / 2; in MediaEncoderAsyncHelper() local
843 mSrcFrame = new byte[srcFrameSize]; in MediaEncoderAsyncHelper()
1491 int srcFrameSize = streamParams.frameWidth * streamParams.frameHeight * 3 / 2; in encode() local
1492 byte[] srcFrame = new byte[srcFrameSize]; in encode()