Searched refs:UWord8 (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dets_to_wmf.cpp95 wmf_output_ptr = pointer to output encoded speech bits in WMF format(UWord8)
98 wmf_output_ptr = pointer to encoded speech bits in the WMF format (UWord8)
167 UWord8 *wmf_output_ptr)
174 UWord8 accum;
178 wmf_output_ptr[j++] = (UWord8)(frame_type_3gpp) & 0x0f;
183 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 7;
185 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 6;
187 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 5;
189 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 4;
191 (UWord8) ets_input_pt
[all...]
H A Dets_to_if2.cpp76 if2_output_ptr = pointer to output encoded speech bits in IF2 format (UWord8)
79 if2_output_ptr = pointer to encoded speech bits in the IF2 format (UWord8)
142 UWord8 *if2_output_ptr)
149 UWord8 accum;
153 if2_output_ptr[j++] = (UWord8)(frame_type_3gpp) |
162 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]];
164 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 1;
166 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 2;
168 (UWord8) ets_input_ptr[reorderBits[frame_type_3gpp][i++]] << 3;
170 (UWord8) ets_input_pt
[all...]
H A Dets_to_if2.h110 UWord8 *if2_output_ptr);
H A Dets_to_wmf.h112 UWord8 *wmf_output_ptr);
H A Damrencode.h145 UWord8 *pEncOutput,
H A Damrencode.cpp751 UWord8 *pEncOutput,
757 UWord8 *ets_output_ptr;
872 ets_output_ptr = (UWord8 *) & ets_output_bfr[0];
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dwmf_to_ets.h107 UWord8 *wmf_input_ptr,
H A Dgsm_amr_typedefs.h76 typedef uint8_t UWord8; typedef
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dif2_to_ets.h112 UWord8 *if2_input_ptr,
H A Damrdecode.h155 UWord8 *speech_bits_ptr,
H A Dwmf_to_ets.cpp157 UWord8 *wmf_input_ptr,
H A Dif2_to_ets.cpp142 UWord8 *if2_input_ptr,
H A Damrdecode.cpp391 UWord8 *speech_bits_ptr,
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitbuffer.h48 UWord8 *pBitBufBase; /*!< pointer points to first position in bitstream buffer */
49 UWord8 *pBitBufEnd; /*!< pointer points to last position in bitstream buffer */
51 UWord8 *pWriteNext; /*!< pointer points to next available word in bitstream buffer to write */
68 UWord8 *pBitBufBase,
83 UWord8 *pBitBufBase,
H A Dbitenc.h46 const UWord8 *ancBytes,
H A Daacenc_core.h102 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */
104 UWord8 *outBytes, /*!< pointer to output buffer */
H A 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];
H A Dadj_thr_data.h38 UWord8 modifyMinSnr;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitbuffer.c32 UWord8 *pBitBufBase,
73 UWord8 *pBitBufBase,
138 UWord8 tmp;
139 tmp = (UWord8)((writeValue >> 24) & 0xFF);
H A Daacenc_core.c145 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */
147 UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNELS bytes) */
H A Dpsy_configuration.c40 const UWord8 *paramLong;
41 const UWord8 *paramShort;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h79 typedef uint8_t UWord8; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c42 UWord8 temp;
43 UWord8 *stream_ptr;
138 stream_ptr = (UWord8*)dataOut;
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h68 typedef unsigned char UWord8; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h32 * UWord8 8-bit unsigned minUWord8, maxUWord8
87 typedef unsigned char UWord8; typedef

Completed in 2463 milliseconds

12