Home
last modified time | relevance | path

Searched refs:inOffset (Results 1 – 21 of 21) 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/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/base/media/java/android/media/
DResampleInputStream.java147 private static native void fir21(byte[] in, int inOffset,
/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.h76 size_t inOffset,
DC2SoftHevcDec.cpp521 size_t inOffset, in setDecodeArgs() argument
543 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset); in setDecodeArgs()
811 size_t inOffset = 0u; in process() local
849 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
277 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()
DC2SoftOpusEnc.cpp339 size_t inOffset = 0u; in process() local
392 const uint8_t* inPtr = rView.data() + inOffset; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h124 size_t inOffset,
DC2SoftAvcDec.cpp528 size_t inOffset, in setDecodeArgs() argument
550 ps_decode_ip->pv_stream_buffer = const_cast<uint8_t *>(inBuffer->data() + inOffset); in setDecodeArgs()
816 size_t inOffset = 0u; in process() local
856 inOffset + inPos, inSize - inPos, workIndex)) { in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h121 size_t inOffset,
DC2SoftMpeg2Dec.cpp589 size_t inOffset, in setDecodeArgs() argument
611 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/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/mpeg4_h263/
DC2SoftMpeg4Dec.cpp436 size_t inOffset = 0u; in process() local
462 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp435 size_t inOffset = 0u; in process() local
464 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp594 size_t inOffset = 0u; in process() local
630 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp500 size_t inOffset = 0u; in process() local
528 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process()