/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 202 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusEnc.cpp | 521 createLinearBuffer(mOutputBlock, mBytesEncoded, encodedBytes); in process() 584 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/gsm/ |
D | C2SoftGsmDec.cpp | 236 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 211 std::shared_ptr<C2Buffer> createLinearBuffer(
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 274 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
|
D | C2SoftAmrDec.cpp | 370 createLinearBuffer(block, 0, calOutSize)); in process()
|
D | C2SoftAmrWbEnc.cpp | 349 createLinearBuffer(std::move(outputBlock), 0, outPos)); in process()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 312 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
D | C2SoftFlacEnc.cpp | 421 createLinearBuffer(mOutputBlock, mEncoderReturnedNbBytes, bytes); in onEncodedFlacAvailable()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 430 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 504 createLinearBuffer(block, outOffset, outSize - outOffset)); in process()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 688 std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block, 0, outputSize); in process()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 550 … std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block, 0, outargs.numOutBytes); in process()
|
D | C2SoftAacDec.cpp | 554 return [buffer = createLinearBuffer(block, 0, bufferSize)]( in drainRingBuffer()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 1084 createLinearBuffer(block, 0, encoded_packet->data.frame.sz); in process()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 365 auto fillWork = [buffer = createLinearBuffer(block, 0, mOutputDrainBufferWritePos)]( in finishWork()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.cpp | 1114 createLinearBuffer(block, 0, encoded_packet->data.frame.sz); in process()
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 1227 std::shared_ptr<C2Buffer> SimpleC2Component::createLinearBuffer( in createLinearBuffer() function in android::SimpleC2Component
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 1031 createLinearBuffer(block, 0, ps_encode_op->i4_bytes_generated); in finishWork()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 1655 createLinearBuffer(mOutBlock, 0, ps_encode_op->s_out_buf.u4_bytes); in finishWork()
|