/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | sbr_code_book_envlevel.cpp | 135 extern const Char bookSbrEnvLevel10T[120][2] = 173 extern const Char bookSbrEnvLevel10F[120][2] = 218 extern const Char bookSbrEnvBalance10T[48][2] = 238 extern const Char bookSbrEnvBalance10F[48][2] = 265 extern const Char bookSbrEnvLevel11T[62][2] = 289 extern const Char bookSbrEnvLevel11F[62][2] = 320 extern const Char bookSbrEnvBalance11T[24][2] = 334 extern const Char bookSbrEnvBalance11F[24][2] = 355 extern const Char bookSbrNoiseLevel11T[62][2] = 386 extern const Char bookSbrNoiseBalance11T[24][2] =
|
D | sbr_code_book_envlevel.h | 63 extern const Char bookSbrEnvLevel10T[120][2]; 64 extern const Char bookSbrEnvLevel10F[120][2]; 65 extern const Char bookSbrEnvBalance10T[48][2]; 66 extern const Char bookSbrEnvBalance10F[48][2]; 67 extern const Char bookSbrEnvLevel11T[62][2]; 68 extern const Char bookSbrEnvLevel11F[62][2]; 69 extern const Char bookSbrEnvBalance11T[24][2]; 70 extern const Char bookSbrEnvBalance11F[24][2]; 71 extern const Char bookSbrNoiseLevel11T[62][2]; 72 extern const Char bookSbrNoiseBalance11T[24][2];
|
D | ps_read_data.cpp | 136 const Char aBookPsIidTimeDecode[28][2] = 147 const Char aBookPsIidFreqDecode[28][2] = 158 const Char aBookPsIccTimeDecode[14][2] = 166 const Char aBookPsIccFreqDecode[14][2] = 174 const Char aBookPsIidFineTimeDecode[60][2] = 193 const Char aBookPsIidFineFreqDecode[60][2] =
|
D | get_dse.cpp | 158 Char *DataStreamBytes, in get_dse() 165 Char *pDataStreamBytes; in get_dse() 207 *(pDataStreamBytes++) = (Char) get9_n_lessbits( in get_dse()
|
D | s_adif_header.h | 78 Char adif_id[LEN_ADIF_ID+1]; 80 Char copy_id[LEN_COPYRT_ID+1];
|
D | ps_all_pass_filter_coeff.h | 64 extern const Char groupBorders[NO_IID_GROUPS + 1]; 76 extern const Char bins2groupMap[NO_IID_GROUPS];
|
D | ps_all_pass_filter_coeff.cpp | 174 const Char groupBorders[NO_IID_GROUPS + 1] = 180 const Char bins2groupMap[NO_IID_GROUPS] =
|
D | s_huffman.h | 81 typedef const Char(*SbrHuffman)[2];
|
D | get_dse.h | 81 Char *DataStreamBytes,
|
D | s_ch_info.h | 90 Char *fext; /* filename extension */
|
D | sbr_decode_huff_cw.cpp | 138 Char index = 0; in sbr_decode_huff_cw()
|
D | s_progconfig.h | 89 Char comments[(1<<LEN_PC_COMM)+1]; /* TO BE DELETED */
|
D | pv_audio_type_defs.h | 72 typedef int8_t Char; typedef
|
D | s_tdec_int_file.h | 254 Char data_stream_bytes[(1<<LEN_D_CNT)+1];
|
D | get_prog_config.cpp | 689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE, in get_prog_config()
|
D | ps_stereo_processing.cpp | 164 Char index; in ps_stereo_processing()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.h | 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
|
D | mp4def.h | 56 typedef char Char; typedef
|
D | vlc_encode.cpp | 146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); 269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) in PutCBPY() 951 PutCBPY(CBP >> 2, (Char)(1), bs2); /* cbpy */ in MBVlcEncodeDataPar_I_VOP() 1077 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP() 1106 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP() 1188 PutCBPY(CBP >> 2, (Char)(1), bs1); /* cbpy */ in MBVlcEncodeCombined_I_VOP() 1330 PutCBPY(CBP >> 2, (Char)(intra), bs1); /* cbpy */ in MBVlcEncodeCombined_P_VOP()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | typedefs.h | 77 typedef char Char; typedef
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
D | typedefs.h | 62 typedef char Char; typedef
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 26 typedef char Char; typedef
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 176 <dd><em>Char</em>. A character for the alphabetic shortcut key.</dd>
|
/frameworks/compile/mclinker/utils/gtest/src/ |
D | gtest-all.cpp | 8695 template <typename UnsignedChar, typename Char> 8696 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 8765 template <typename UnsignedChar, typename Char> 8766 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
|
/frameworks/compile/mclinker/utils/gtest/include/ |
D | gtest.h | 9383 template <typename Char, typename CharTraits, typename T> 9384 ::std::basic_ostream<Char, CharTraits>& operator<<( 9385 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
|