Home
last modified time | relevance | path

Searched defs:bytesDecoded (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DAAssetDataSource.cpp57 int64_t bytesDecoded = FFMpegExtractor::decode(asset, decodedData, targetProperties); in newFromCompressedAsset() local
63 int64_t bytesDecoded = NDKExtractor::decode(asset, decodedData, targetProperties); in newFromCompressedAsset() local
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/test/
H A DAmrnbDecoderTest.cpp90 int32_t bytesDecoded = AMRDecode(amrHandle, frameType, inputBuf, outputBuf, MIME_IETF); in DecodeFrames() local