Home
last modified time | relevance | path

Searched refs:C2ReadView (Results 1 – 25 of 29) 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()
178 C2ReadView readView(buffer->data().linearBlocks()[0].map().get()); in Allocate()
187 C2ReadView&& readView, in ConstLinearBlockBuffer()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h77 C2ReadView *inBuffer,
DC2SoftHevcDec.cpp503 C2ReadView *inBuffer, in setDecodeArgs()
752 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h125 C2ReadView *inBuffer,
DC2SoftAvcDec.cpp505 C2ReadView *inBuffer, in setDecodeArgs()
752 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h122 C2ReadView *inBuffer,
DC2SoftMpeg2Dec.cpp578 C2ReadView *inBuffer, in setDecodeArgs()
834 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/codec2/include/
DC2Buffer.h1018 class C2ReadView : public _C2LinearCapacityAspect {
1035 C2ReadView subView(size_t offset, size_t size) const;
1049 C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size);
1050 explicit C2ReadView(c2_status_t error);
1112 C2Acquirable<C2ReadView> map() const;
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h157 C2ReadView mDummyReadView;
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp139 struct DummyReadView : public C2ReadView {
140 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp153 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp188 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/amr_nb_wb/
DC2SoftAmrNbEnc.cpp204 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrWbEnc.cpp286 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrDec.cpp258 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp183 C2ReadView rView = mDummyReadView; in process()
DC2SoftFlacEnc.cpp190 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp317 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp248 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp352 C2ReadView rView = mDummyReadView; in process()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp346 C2ReadView view = mDummyReadView; in process()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp512 C2ReadView rView = mDummyReadView; in process()

12