Home
last modified time | relevance | path

Searched refs:WmfDecBytesPerFrame (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Ddec_input_format_tab.cpp156 const Word16 WmfDecBytesPerFrame[16] = variable
H A Damrdecode.h132 extern const Word16 WmfDecBytesPerFrame[];
H A Damrdecode.cpp422 byte_offset = WmfDecBytesPerFrame[frame_type]; in AMRDecode()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp397 size_t frameSize = WmfDecBytesPerFrame[mode] + 1; in onQueueFilled()