/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
ets_to_wmf.cpp | 95 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_ptr[reorderBits[frame_type_3gpp][i++]] << 3 [all...] |
ets_to_if2.cpp | 76 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_ptr[reorderBits[frame_type_3gpp][i++]] << 4 [all...] |
ets_to_if2.h | 110 UWord8 *if2_output_ptr);
|
ets_to_wmf.h | 112 UWord8 *wmf_output_ptr);
|
amrencode.h | 145 UWord8 *pEncOutput,
|
amrencode.cpp | 751 UWord8 *pEncOutput, 757 UWord8 *ets_output_ptr; 872 ets_output_ptr = (UWord8 *) & ets_output_bfr[0];
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
wmf_to_ets.h | 107 UWord8 *wmf_input_ptr,
|
gsm_amr_typedefs.h | 76 typedef uint8_t UWord8;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
if2_to_ets.h | 112 UWord8 *if2_input_ptr,
|
amrdecode.h | 156 UWord8 *speech_bits_ptr,
|
gsmamr_dec.h | 69 of types UWord8, Word8, Word16 146 UWord8 *speech_bits_ptr,
|
wmf_to_ets.cpp | 157 UWord8 *wmf_input_ptr,
|
if2_to_ets.cpp | 142 UWord8 *if2_input_ptr,
|
amrdecode.cpp | 391 UWord8 *speech_bits_ptr,
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
bitbuffer.h | 48 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,
|
bitenc.h | 46 const UWord8 *ancBytes,
|
aacenc_core.h | 102 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */ 104 UWord8 *outBytes, /*!< pointer to output buffer */
|
aac_rom.h | 61 extern const UWord8 specExpTableComb_enc[4][14]; 98 extern const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES]; 99 extern const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES];
|
adj_thr_data.h | 38 UWord8 modifyMinSnr;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bitbuffer.c | 32 UWord8 **pBitBufWord, 55 UWord8 *pBitBufBase, 96 UWord8 *pBitBufBase, 161 UWord8 tmp; 162 tmp = (UWord8)((writeValue >> 24) & 0xFF);
|
aacenc_core.c | 146 const UWord8 *ancBytes, /*!< pointer to ancillary data bytes */ 148 UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNELS bytes) */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pv_amr_wb_type_defs.h | 79 typedef uint8_t UWord8;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
bits.c | 42 UWord8 temp; 43 UWord8 *stream_ptr; 138 stream_ptr = (UWord8*)dataOut;
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
typedefs.h | 68 typedef unsigned char UWord8;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
typedefs.h | 32 * UWord8 8-bit unsigned minUWord8, maxUWord8 87 typedef unsigned char UWord8;
|