Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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 …]
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 …]
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/libstagefright/codecs/aacenc/inc/
Dbitbuffer.h48 UWord8 *pBitBufBase; /*!< pointer points to first position in bitstream buffer */
49 UWord8 *pBitBufEnd; /*!< pointer points to last position in bitstream buffer */
51UWord8 *pWriteNext; /*!< pointer points to next available word in bitstream buffer to wr…
68 UWord8 *pBitBufBase,
83 UWord8 *pBitBufBase,
Daac_rom.h61 extern const UWord8 specExpTableComb_enc[4][14];
98 extern const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES];
99 extern const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES];
Daacenc_core.h102 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */
104 UWord8 *outBytes, /*!< pointer to output buffer */
Dbitenc.h46 const UWord8 *ancBytes,
Dadj_thr_data.h38 UWord8 modifyMinSnr;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dbitbuffer.c32 UWord8 *pBitBufBase, in CreateBitBuffer()
73 UWord8 *pBitBufBase, in ResetBitBuf()
138 UWord8 tmp; in WriteBits()
139 tmp = (UWord8)((writeValue >> 24) & 0xFF); in WriteBits()
Daac_rom.c1393 const UWord8 specExpTableComb_enc[4][14] =
1442 const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES] = {
1446 const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES] = {
Daacenc_core.c145 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */ in AacEncEncode()
147UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNE… in AacEncEncode()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dbits.c42 UWord8 temp; in PackBits()
43 UWord8 *stream_ptr; in PackBits()
138 stream_ptr = (UWord8*)dataOut; in PackBits()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dwmf_to_ets.h107 UWord8 *wmf_input_ptr,
Dgsm_amr_typedefs.h76 typedef uint8_t UWord8; typedef
/frameworks/av/media/libstagefright/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/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h79 typedef uint8_t UWord8; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedefs.h87 typedef unsigned char UWord8; typedef
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dtypedefs.h68 typedef unsigned char UWord8; typedef

12