Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
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
/frameworks/av/media/codec2/fuzzer/
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
288 work->input.buffers.emplace_back(new LinearBuffer(block, frameSize)); in decodeFrames()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp67 class LinearBuffer : public C2Buffer { class
69 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer() function in __anon2aac90ef0111::LinearBuffer
356 work->input.buffers.emplace_back(new LinearBuffer(block)); in play()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp125 work->input.buffers.emplace_back(new LinearBuffer(block, size)); in decodeFrames()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp40 class LinearBuffer : public C2Buffer { class
42 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
402 work->input.buffers.emplace_back(new LinearBuffer(block)); in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp67 class LinearBuffer : public C2Buffer { class
69 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
497 buffer.reset(new LinearBuffer(block)); in decodeNFrames()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp90 class LinearBuffer : public C2Buffer { class
92 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
95 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block, size_t size) in LinearBuffer() function in LinearBuffer
524 work->input.buffers.emplace_back(new LinearBuffer(block, size)); in decodeNFrames()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp197 work->input.buffers.emplace_back(new (std::nothrow) LinearBuffer(block)); in encodeFrames()