Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp67 class LinearBuffer : public C2Buffer { class
69 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer() function in __anona475c49d0111::LinearBuffer
356 work->input.buffers.emplace_back(new LinearBuffer(block)); in play()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp39 class LinearBuffer : public C2Buffer { class
41 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
333 work->input.buffers.emplace_back(new LinearBuffer(block)); in encodeNFrames()
DMtsHidlC2V1_0TargetAudioDecTest.cpp45 class LinearBuffer : public C2Buffer { class
47 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
459 work->input.buffers.emplace_back(new LinearBuffer(block)); in decodeNFrames()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp44 class LinearBuffer : public C2Buffer { class
46 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock>& block) in LinearBuffer() function in LinearBuffer
401 work->input.buffers.emplace_back(new LinearBuffer(block)); in decodeNFrames()