Home
last modified time | relevance | path

Searched refs:packed_size (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dmime_io.h77 extern const int16 packed_size[16];
Dmime_io.cpp170 const int16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58, variable
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dbits.c178 return (1 + packed_size[coding_mode]); in PackBits()
DvoAMRWBEnc.c1568 Word16 packed_size = 0; in AMR_Enc_Encode() local
1586 packed_size = PackBits(prms, coding_mode, mode, gData); in AMR_Enc_Encode()
1591 return packed_size; in AMR_Enc_Encode()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab29 static Word16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58,