Searched refs:packed_size (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | mime_io.h | 77 extern const int16 packed_size[16];
|
D | mime_io.cpp | 170 const int16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58, variable
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | bits.c | 178 return (1 + packed_size[coding_mode]); in PackBits()
|
D | voAMRWBEnc.c | 1568 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/ |
D | mime_io.tab | 29 static Word16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 633 int packed_size = packed_message1.ByteSize(); in TEST() local 634 packed_data.resize(packed_size); in TEST() 637 EXPECT_EQ(packed_size, end - start); in TEST()
|