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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_input_format_tab.cpp45 Description: Renamed WmfBytesPerFrame to WmfDecBytesPerFrame, and
156 const Word16 WmfDecBytesPerFrame[16] = variable
H A Damrdecode.h76 Description: Changed WmfBytesPerFrame to WmfDecBytesPerFrame, and
132 extern const Word16 WmfDecBytesPerFrame[];
H A Damrdecode.cpp77 Description: Renamed WmfBytesPerFrame to WmfDecBytesPerFrame, and
160 WmfDecBytesPerFrame = table containing the number of core AMR data bytes
180 and byte_offset will be updated according to the contents of WmfDecBytesPerFrame
249 byte_offset = WmfDecBytesPerFrame[frame_type]
422 byte_offset = WmfDecBytesPerFrame[frame_type];
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp353 size_t frameSize = WmfDecBytesPerFrame[mode] + 1;

Completed in 68 milliseconds