HomeSort by relevance Sort by last modified time
    Searched refs:WmfDecBytesPerFrame (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_input_format_tab.cpp 45 Description: Renamed WmfBytesPerFrame to WmfDecBytesPerFrame, and
156 const Word16 WmfDecBytesPerFrame[16] =
amrdecode.h 76 Description: Changed WmfBytesPerFrame to WmfDecBytesPerFrame, and
133 extern const Word16 WmfDecBytesPerFrame[];
amrdecode.cpp 77 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];

Completed in 64 milliseconds