Home
last modified time | relevance | path

Searched refs:C2ReadView (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp47 class ReadViewBuddy : public C2ReadView {
48 using C2ReadView::C2ReadView;
67 class AcquirableReadViewBuddy : public C2Acquirable<C2ReadView> {
218 class C2ReadView::Impl : public _C2MappedBlock1DImpl {
222 C2ReadView::C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size) in C2ReadView() function in C2ReadView
227 C2ReadView::C2ReadView(c2_status_t error) in C2ReadView() function in C2ReadView
232 const uint8_t *C2ReadView::data() const { in data()
236 c2_status_t C2ReadView::error() const { in error()
240 C2ReadView C2ReadView::subView(size_t offset, size_t size) const { in subView()
242 return C2ReadView(mImpl, mOffset + subRange.offset(), subRange.size()); in subView()
[all …]
/hardware/google/av/media/sfplugin/
DCodec2Buffer.h192 C2ReadView &&readView,
196 C2ReadView mReadView;
DCodec2Buffer.cpp71 C2ReadView view = buffer->data().linearBlocks()[0].map().get(); in copyLinear()
176 C2ReadView readView(buffer->data().linearBlocks()[0].map().get()); in Allocate()
185 C2ReadView&& readView, in ConstLinearBlockBuffer()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h77 C2ReadView *inBuffer,
DC2SoftHevcDec.cpp472 C2ReadView *inBuffer, in setDecodeArgs()
747 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h122 C2ReadView *inBuffer,
DC2SoftMpeg2Dec.cpp517 C2ReadView *inBuffer, in setDecodeArgs()
798 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h125 C2ReadView *inBuffer,
DC2SoftAvcDec.cpp511 C2ReadView *inBuffer, in setDecodeArgs()
784 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h140 C2ReadView mDummyReadView;
/hardware/google/av/codec2/include/
DC2Buffer.h1019 class C2ReadView : public _C2LinearCapacityAspect {
1036 C2ReadView subView(size_t offset, size_t size) const;
1050 C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size);
1051 explicit C2ReadView(c2_status_t error);
1113 C2Acquirable<C2ReadView> map() const;
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp62 struct DummyReadView : public C2ReadView {
63 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp179 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp201 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrDec.cpp249 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrWbEnc.cpp283 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp171 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp404 C2Acquirable<C2ReadView> readViewHolder = constBlock.map(); in TEST_F()
405 C2ReadView readView = readViewHolder.get(); in TEST_F()
754 std::vector<C2ReadView> rViews; in TEST_F()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp298 C2ReadView view = mDummyReadView; in process()
DC2SoftAacDec.cpp449 C2ReadView view = mDummyReadView; in process()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp239 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp308 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp341 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp330 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp441 C2ReadView rView = mDummyReadView; in process()

12