/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 142 std::shared_ptr<C2Buffer> createLinearBuffer( 145 std::shared_ptr<C2Buffer> createLinearBuffer(
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 591 std::shared_ptr<C2Buffer> SimpleC2Component::createLinearBuffer( in createLinearBuffer() function in android::SimpleC2Component 593 return createLinearBuffer(block, block->offset(), block->size()); in createLinearBuffer() 596 std::shared_ptr<C2Buffer> SimpleC2Component::createLinearBuffer( in createLinearBuffer() function in android::SimpleC2Component
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusEnc.cpp | 494 createLinearBuffer(mOutputBlock, mBytesEncoded, encodedBytes); in process() 557 buffer = createLinearBuffer(mOutputBlock, 0, mBytesEncoded); in drainInternal()
|
D | C2SoftOpusDec.cpp | 426 … work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, outOffset, outSize)); in process()
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 202 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 236 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 274 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
|
D | C2SoftAmrDec.cpp | 365 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process()
|
D | C2SoftAmrWbEnc.cpp | 349 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 307 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
D | C2SoftFlacEnc.cpp | 312 …std::shared_ptr<C2Buffer> buffer = createLinearBuffer(std::move(mOutputBlock), 0, mEncoderReturned… in process()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 426 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 496 createLinearBuffer(block, outOffset, outSize - outOffset)); in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 633 std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block); in process()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 520 … std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block, 0, outargs.numOutBytes); in process()
|
D | C2SoftAacDec.cpp | 487 return [buffer = createLinearBuffer(block)]( in drainRingBuffer()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 586 std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block, 0, outputSize); in process()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 1188 bool createLinearBuffer( in createLinearBuffer() function 1288 if (!createLinearBuffer(d, baseBlock.linear, sBlockMeta, dFence)) { in objcpy()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 830 createLinearBuffer(block, 0, ps_encode_op->i4_bytes_generated); in finishWork()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 365 auto fillWork = [buffer = createLinearBuffer(block)]( in finishWork()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 1379 createLinearBuffer(mOutBlock, 0, ps_encode_op->s_out_buf.u4_bytes); in finishWork()
|