/hardware/google/av/codec2/vndk/ |
D | C2Buffer.cpp | 47 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/ |
D | Codec2Buffer.h | 192 C2ReadView &&readView, 196 C2ReadView mReadView;
|
D | Codec2Buffer.cpp | 71 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/ |
D | C2SoftHevcDec.h | 77 C2ReadView *inBuffer,
|
D | C2SoftHevcDec.cpp | 503 C2ReadView *inBuffer, in setDecodeArgs() 752 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.h | 125 C2ReadView *inBuffer,
|
D | C2SoftAvcDec.cpp | 505 C2ReadView *inBuffer, in setDecodeArgs() 752 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.h | 122 C2ReadView *inBuffer,
|
D | C2SoftMpeg2Dec.cpp | 578 C2ReadView *inBuffer, in setDecodeArgs() 834 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 1018 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/ |
D | SimpleC2Component.h | 157 C2ReadView mDummyReadView;
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 139 struct DummyReadView : public C2ReadView { 140 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView()
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 153 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 188 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 404 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/ |
D | C2SoftAmrNbEnc.cpp | 204 C2ReadView rView = mDummyReadView; in process()
|
D | C2SoftAmrWbEnc.cpp | 286 C2ReadView rView = mDummyReadView; in process()
|
D | C2SoftAmrDec.cpp | 258 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 183 C2ReadView rView = mDummyReadView; in process()
|
D | C2SoftFlacEnc.cpp | 190 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 317 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 248 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 352 C2ReadView rView = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 346 C2ReadView view = mDummyReadView; in process()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 512 C2ReadView rView = mDummyReadView; in process()
|