Home
last modified time | relevance | path

Searched refs:inOffset (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp253 size_t inOffset = 0u; in process() local
281 if (OK != calculateNumFrames(rView.data() + inOffset, inSize, &frameSizeList, in process()
313 const uint8_t *inPtr = rView.data() + inOffset; in process()
DC2SoftAmrNbEnc.cpp195 size_t inOffset = 0u; in process() local
233 const uint8_t *inPtr = rView.data() + inOffset; in process()
DC2SoftAmrWbEnc.cpp276 size_t inOffset = 0u; in process() local
315 const uint8_t *inPtr = rView.data() + inOffset; in process()
/frameworks/base/media/java/android/media/
DResampleInputStream.java147 private static native void fir21(byte[] in, int inOffset,
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp148 size_t inOffset = 0u; in process() local
176 uint8_t *inputptr = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp183 size_t inOffset = 0u; in process() local
225 uint8_t *input = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h80 size_t inOffset,
DC2SoftHevcDec.cpp514 size_t inOffset, in setDecodeArgs() argument
536 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset); in setDecodeArgs()
805 size_t inOffset = 0u; in process() local
841 inOffset + inPos, inSize - inPos, workIndex)) { in process()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp191 size_t inOffset = 0u; in process() local
222 uint8_t *input = const_cast<uint8_t *>(rView.data() + inOffset); in process()
DC2SoftFlacEnc.cpp212 size_t inOffset = 0u; in process() local
276 const uint8_t *inPtr = rView.data() + inOffset; in process()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp223 size_t inOffset = 0u; in process() local
246 const uint8_t *data = rView.data() + inOffset; in process()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp239 size_t inOffset = 0u; in process() local
263 const uint8_t *data = rView.data() + inOffset; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h128 size_t inOffset,
DC2SoftAvcDec.cpp519 size_t inOffset, in setDecodeArgs() argument
541 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset); in setDecodeArgs()
808 size_t inOffset = 0u; in process() local
846 inOffset + inPos, inSize - inPos, workIndex)) { in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h125 size_t inOffset,
DC2SoftMpeg2Dec.cpp588 size_t inOffset, in setDecodeArgs() argument
610 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset); in setDecodeArgs()
886 size_t inOffset = 0u; in process() local
923 inOffset + inPos, inSize - inPos, workIndex)) { in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp512 size_t inOffset = 0u; in process() local
538 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp400 size_t inOffset = 0u; in process() local
428 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp436 size_t inOffset = 0u; in process() local
465 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp562 size_t inOffset = 0u; in process() local
598 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()