Home
last modified time | relevance | path

Searched refs:modeByte (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/amrwb/dec/fuzzer/
Damrwb_dec_fuzzer.cpp70 uint8_t modeByte = *data; in decodeFrames() local
71 bool quality = modeByte & 0x01; in decodeFrames()
72 int16 mode = ((modeByte >> 3) & 0x0f); in decodeFrames()
/frameworks/av/media/module/codecs/amrwb/dec/test/
Damrwbdec_test.cpp116 uint8_t modeByte; in main() local
117 bytesRead = fread(&modeByte, 1, 1, fpInput); in main()
119 int16 mode = ((modeByte >> 3) & 0x0f); in main()
DAmrwbDecoderTest.cpp81 uint8_t modeByte; in DecodeFrames() local
82 int32_t bytesRead = fread(&modeByte, 1, 1, mFpInput); in DecodeFrames()
85 int16 mode = ((modeByte >> 3) & 0x0f); in DecodeFrames()