Home
last modified time | relevance | path

Searched refs:outBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DCpuVideoTrackDecoder.java114 ByteBuffer outBytes = outputVideoFrame.lockBytes(Frame.MODE_WRITE); in copyFrameDataTo() local
118 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight); in copyFrameDataTo()
125 copyRotate(mUnrotatedBytes, outBytes, rotation); in copyFrameDataTo()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.h91 int32_t* bytesConsumed, int32_t* outBytes);
DSoftXAAC.cpp1408 int32_t* bytesConsumed, int32_t* outBytes) { in decodeXAACStream() argument
1492 IA_API_CMD_GET_OUTPUT_BYTES, 0, outBytes); in decodeXAACStream()
1497 memcpy(mDrcInBuf, mOutputBuffer + pi_preroll_frame_offset, *outBytes); in decodeXAACStream()
1498 pi_preroll_frame_offset += *outBytes; in decodeXAACStream()
1500 0, outBytes); in decodeXAACStream()
1507 memcpy(mOutputBuffer, mDrcOutBuf, *outBytes); in decodeXAACStream()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h120 int32_t* outBytes);
DC2SoftXaacDec.cpp1285 int32_t* outBytes) { in decodeXAACStream() argument
1376 outBytes); in decodeXAACStream()
1380 memcpy(mDrcInBuf, mOutputBuffer + preroll_frame_offset, *outBytes); in decodeXAACStream()
1381 preroll_frame_offset += *outBytes; in decodeXAACStream()
1382 err_code = ia_drc_dec_api(mMpegDDrcHandle, IA_API_CMD_SET_INPUT_BYTES, 0, outBytes); in decodeXAACStream()
1389 memcpy(mOutputBuffer, mDrcOutBuf, *outBytes); in decodeXAACStream()