Home
last modified time | relevance | path

Searched refs:packed_size (Results 1 – 6 of 6) 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,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc633 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()