Home
last modified time | relevance | path

Searched refs:LinearBuffer (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.h39 class LinearBuffer : public C2Buffer {
41 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer() function
44 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block, size_t size) in LinearBuffer() function
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp26 class LinearBuffer : public C2Buffer { class
28 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
31 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block, size_t size) in LinearBuffer() function in LinearBuffer
286 work->input.buffers.emplace_back(new LinearBuffer(block, frameSize)); in decodeFrames()
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp67 class LinearBuffer : public C2Buffer { class
69 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer() function in __anonb1fe4e5b0110::LinearBuffer
356 work->input.buffers.emplace_back(new LinearBuffer(block)); in play()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp125 work->input.buffers.emplace_back(new LinearBuffer(block, size)); in decodeFrames()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp88 class LinearBuffer : public C2Buffer { class
90 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
93 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block, size_t size) in LinearBuffer() function in LinearBuffer
504 work->input.buffers.emplace_back(new LinearBuffer(block, size)); in decodeNFrames()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp39 class LinearBuffer : public C2Buffer { class
41 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
401 work->input.buffers.emplace_back(new LinearBuffer(block)); in encodeNFrames()
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp68 class LinearBuffer : public C2Buffer { class
70 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
382 work->input.buffers.emplace_back(new LinearBuffer(block)); in decodeNFrames()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.cpp195 work->input.buffers.emplace_back(new LinearBuffer(block)); in encodeFrames()