Home
last modified time | relevance | path

Searched refs:UWord8 (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dets_to_wmf.cpp167 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 …]
Dets_to_if2.cpp142 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 …]
Damrencode.cpp751 UWord8 *pEncOutput, in AMREncode()
757 UWord8 *ets_output_ptr; in AMREncode()
872 ets_output_ptr = (UWord8 *) & ets_output_bfr[0]; in AMREncode()
Dets_to_if2.h110 UWord8 *if2_output_ptr);
Dets_to_wmf.h112 UWord8 *wmf_output_ptr);
Damrencode.h145 UWord8 *pEncOutput,
/frameworks/av/media/codecs/amrwb/enc/src/
Dbits.c42 UWord8 temp; in PackBits()
43 UWord8 *stream_ptr; in PackBits()
138 stream_ptr = (UWord8*)dataOut; in PackBits()
/frameworks/av/media/codecs/amrnb/dec/src/
Dif2_to_ets.h112 UWord8 *if2_input_ptr,
Damrdecode.h155 UWord8 *speech_bits_ptr,
Dwmf_to_ets.cpp157 UWord8 *wmf_input_ptr, in wmf_to_ets()
Dif2_to_ets.cpp142 UWord8 *if2_input_ptr, in if2_to_ets()
Damrdecode.cpp391 UWord8 *speech_bits_ptr, in AMRDecode()
/frameworks/av/media/codecs/amrnb/common/include/
Dwmf_to_ets.h107 UWord8 *wmf_input_ptr,
Dgsm_amr_typedefs.h76 typedef uint8_t UWord8; typedef
/frameworks/av/media/codecs/amrwb/dec/src/
Dpv_amr_wb_type_defs.h79 typedef uint8_t UWord8; typedef
/frameworks/av/media/codecs/amrwb/enc/inc/
Dtypedefs.h87 typedef unsigned char UWord8; typedef
Dmime_io.tab21 static UWord8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp409 (UWord8 *)&inputPtr[1], in onQueueFilled()