Home
last modified time | relevance | path

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

12

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp56 class ReadViewBuddy : public C2ReadView {
57 using C2ReadView::C2ReadView;
76 class AcquirableReadViewBuddy : public C2Acquirable<C2ReadView> {
254 class C2ReadView::Impl : public _C2MappedBlock1DImpl {
258 C2ReadView::C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size) in C2ReadView() function in C2ReadView
263 C2ReadView::C2ReadView(c2_status_t error) in C2ReadView() function in C2ReadView
268 const uint8_t *C2ReadView::data() const { in data()
272 c2_status_t C2ReadView::error() const { in error()
276 C2ReadView C2ReadView::subView(size_t offset, size_t size) const { in subView()
278 return C2ReadView(mImpl, mOffset + subRange.offset(), subRange.size()); in subView()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaCodecLinearBlock.h31 std::shared_ptr<C2ReadView> mReadonlyMapping;
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h186 C2ReadView &&readView,
190 C2ReadView mReadView;
DCodec2Buffer.cpp83 C2ReadView view = buffer->data().linearBlocks()[0].map().get(); in copyLinear()
190 C2ReadView readView(buffer->data().linearBlocks()[0].map().get()); in Allocate()
200 C2ReadView&& readView, in ConstLinearBlockBuffer()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h74 C2ReadView *inBuffer,
DC2SoftHevcDec.cpp523 C2ReadView *inBuffer, in setDecodeArgs()
821 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1153 class C2ReadView : public _C2LinearCapacityAspect {
1170 C2ReadView subView(size_t offset, size_t size) const;
1184 C2ReadView(std::shared_ptr<Impl> impl, uint32_t offset, uint32_t size);
1185 explicit C2ReadView(c2_status_t error);
1247 C2Acquirable<C2ReadView> map() const;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h119 C2ReadView *inBuffer,
DC2SoftMpeg2Dec.cpp592 C2ReadView *inBuffer, in setDecodeArgs()
897 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h122 C2ReadView *inBuffer,
DC2SoftAvcDec.cpp530 C2ReadView *inBuffer, in setDecodeArgs()
826 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/sfplugin/tests/
DFrameReassembler_test.cpp108 C2ReadView view = buffer->data().linearBlocks().front().map().get(); in testPushSameSize()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp147 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp182 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h220 C2ReadView mDummyReadView;
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp197 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrDec.cpp252 C2ReadView rView = mDummyReadView; in process()
DC2SoftAmrWbEnc.cpp278 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp410 C2Acquirable<C2ReadView> readViewHolder = constBlock.map(); in TEST_F()
411 C2ReadView readView = readViewHolder.get(); in TEST_F()
760 std::vector<C2ReadView> rViews; in TEST_F()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp190 C2ReadView rView = mDummyReadView; in process()
DC2SoftFlacEnc.cpp222 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp225 C2ReadView rView = mDummyReadView; in process()
DC2SoftOpusEnc.cpp337 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp241 C2ReadView rView = mDummyReadView; in process()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp353 C2ReadView rView = mDummyReadView; in process()

12