Searched refs:UWord8 (Results 1 – 18 of 18) sorted by relevance
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | ets_to_wmf.cpp | 167 UWord8 *wmf_output_ptr) in ets_to_wmf() 174 UWord8 accum; in ets_to_wmf() 178 wmf_output_ptr[j++] = (UWord8)(frame_type_3gpp) & 0x0f; in ets_to_wmf() 183 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 7; in ets_to_wmf() 185 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 6; in ets_to_wmf() 187 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5; in ets_to_wmf() 189 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 4; in ets_to_wmf() 191 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 3; in ets_to_wmf() 193 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 2; in ets_to_wmf() 195 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 1; in ets_to_wmf() [all …]
|
D | ets_to_if2.cpp | 142 UWord8 *if2_output_ptr) in ets_to_if2() 149 UWord8 accum; in ets_to_if2() 153 if2_output_ptr[j++] = (UWord8)(frame_type_3gpp) | in ets_to_if2() 162 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]]; in ets_to_if2() 164 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 1; in ets_to_if2() 166 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 2; in ets_to_if2() 168 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 3; in ets_to_if2() 170 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 4; in ets_to_if2() 172 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5; in ets_to_if2() 174 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 6; in ets_to_if2() [all …]
|
D | amrencode.cpp | 751 UWord8 *pEncOutput, in AMREncode() 757 UWord8 *ets_output_ptr; in AMREncode() 872 ets_output_ptr = (UWord8 *) & ets_output_bfr[0]; in AMREncode()
|
D | ets_to_if2.h | 110 UWord8 *if2_output_ptr);
|
D | ets_to_wmf.h | 112 UWord8 *wmf_output_ptr);
|
D | amrencode.h | 145 UWord8 *pEncOutput,
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | bits.c | 42 UWord8 temp; in PackBits() 43 UWord8 *stream_ptr; in PackBits() 138 stream_ptr = (UWord8*)dataOut; in PackBits()
|
/frameworks/av/media/codecs/amrnb/dec/src/ |
D | if2_to_ets.h | 112 UWord8 *if2_input_ptr,
|
D | amrdecode.h | 155 UWord8 *speech_bits_ptr,
|
D | wmf_to_ets.cpp | 157 UWord8 *wmf_input_ptr, in wmf_to_ets()
|
D | if2_to_ets.cpp | 142 UWord8 *if2_input_ptr, in if2_to_ets()
|
D | amrdecode.cpp | 391 UWord8 *speech_bits_ptr, in AMRDecode()
|
/frameworks/av/media/codecs/amrnb/common/include/ |
D | wmf_to_ets.h | 107 UWord8 *wmf_input_ptr,
|
D | gsm_amr_typedefs.h | 76 typedef uint8_t UWord8; typedef
|
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 79 typedef uint8_t UWord8; typedef
|
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | typedefs.h | 87 typedef unsigned char UWord8; typedef
|
D | mime_io.tab | 21 static UWord8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C,
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 409 (UWord8 *)&inputPtr[1], in onQueueFilled()
|