Searched refs:WmfEncBytesPerFrame (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Denc_output_format_tab.cpp42 WmfEncBytesPerFrame and If2EncBytesPerFrame.
154 const Word16 WmfEncBytesPerFrame[16] = variable
H A Damrencode.h49 Description: Added external reference to WmfEncBytesPerFrame and
108 extern const Word16 WmfEncBytesPerFrame[];
H A Damrencode.cpp509 WmfEncBytesPerFrame = table containing the number of encoder frame
543 WMF bytes encoded is obtained from WmfEncBytesPerFrame table and returned via
651 num_enc_bytes = WmfEncBytesPerFrame[(int) *p3gpp_frame_type]
822 num_enc_bytes = WmfEncBytesPerFrame[(Word16) *p3gpp_frame_type];

Completed in 42 milliseconds