/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
pvgsmamrdecoder.cpp | 48 OSCL_EXPORT_REF int32 CPVGSMAMRDecoder::InitDecoder(void) 55 OSCL_EXPORT_REF int32 CPVGSMAMRDecoder::DecodeFrame(Frame_Type_3GPP aType, 58 int32 aFormat) 65 OSCL_EXPORT_REF int32 CPVGSMAMRDecoder::ResetDecoder(void)
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.cpp | 42 int32 power_1_third( int32 xx) 45 int32 xx, int32 in the [0, 8192] range 49 int32 xx^(1/3) int32 Q26 number representing 58 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], 65 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], dequantize output as (.)^(4/3) 111 #define Q30_fmt(a)(int32(double(0x40000000)*a)) 112 #define Q29_fmt(a)(int32(double(0x20000000)*a) [all...] |
pvmp3_mpeg2_stereo_proc.cpp | 48 int32 xr[], input channel 49 int32 xl[], 50 int32 m, selecting index: io = 2(1/4) (m=0), io = 2(1/8) (m=1) 51 int32 is_pos, index on table is_pos_pow_eitgh_root_of_2 52 int32 Start, Location of first element where stereo intensity is applied 53 int32 Number number of elements affected 57 int32 xl[], generated stereo channel 70 int32 xr[], input channel 71 int32 xl[], 79 int32 xl[], generated stereo channe [all...] |
pvmp3_equalizer.cpp | 39 int32 *inData, pointer to the spectrum frequency-line 41 int32 *pt_work_buff 44 int32 *pt_work_buff pointer to the equalized frequency-line 101 #define Qmf31( x) (int32)(x*(float)0x7FFFFFFF) 114 const int32 equalizerTbl[8][SUBBANDS_NUMBER] = 325 void pvmp3_equalizer(int32 *circ_buffer, 327 int32 *work_buff) 332 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2) 335 int32 *pt_work_buff = &work_buff[band]; 336 int32 *inData = &circ_buffer[544 - (band<<5)] [all...] |
pvmp3_imdct_synth.cpp | 38 int32 in[], Pointer to spec values of current channel 39 int32 overlap[], Pointer to overlap values of current channel 43 int32 *Scratch_mem 46 int32 in[], 136 const int32 normal_win[36] = 153 const int32 start_win[36] = 174 const int32 stop_win[36] = 194 const int32 short_win[12] = 216 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS], 217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS] [all...] |
/hardware/msm7k/librpc/ |
rpc.c | 33 int32 stat = (int32) RPC_MSG_ACCEPTED; 34 int32 accept = (int32) RPC_ACCEPT_SUCCESS;
|
/hardware/ti/omap3/libopencorehw/ |
buffer_alloc_omap34xx.h | 73 int32 refCount; 74 int32 bufferSize; 75 int32 maxBuffers; 76 int32 numAllocated;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 123 int32 rc = loc_api_saved_cb(loc_handle, loc_event, loc_event_payload); 203 LOC_GLUE_CHECK_RESULT(stat, int32); 208 int32 loc_close(rpc_loc_client_handle_type handle) 210 LOC_GLUE_CHECK_INIT(int32); 219 LOC_GLUE_CHECK_RESULT(stat, int32); 221 return (int32) rets.loc_close_result; 224 int32 loc_start_fix(rpc_loc_client_handle_type handle) 226 LOC_GLUE_CHECK_INIT(int32); 235 LOC_GLUE_CHECK_RESULT(stat, int32); 237 return (int32) rets.loc_start_fix_result [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 123 int32 rc = loc_api_saved_cb(loc_handle, loc_event, loc_event_payload); 203 LOC_GLUE_CHECK_RESULT(stat, int32); 208 int32 loc_close(rpc_loc_client_handle_type handle) 210 LOC_GLUE_CHECK_INIT(int32); 219 LOC_GLUE_CHECK_RESULT(stat, int32); 221 return (int32) rets.loc_close_result; 224 int32 loc_start_fix(rpc_loc_client_handle_type handle) 226 LOC_GLUE_CHECK_INIT(int32); 235 LOC_GLUE_CHECK_RESULT(stat, int32); 237 return (int32) rets.loc_start_fix_result [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
extractframeinfo.cpp | 127 const Int32 bs_pointer_bits_tbl[MAX_ENVELOPES + 1] = { 0, 1, 2, 2, 3, 3}; 134 const Int32 T_16_ov_bs_num_env_tbl[MAX_ENVELOPES + 1] = { 2147483647, 16, 8, 158 Int32 absBordLead = 0; 159 Int32 nRelLead = 0; 160 Int32 nRelTrail = 0; 161 Int32 bs_num_env = 0; 162 Int32 bs_num_rel = 0; 163 Int32 bs_var_bord = 0; 164 Int32 bs_var_bord_0 = 0; 165 Int32 bs_var_bord_1 = 0 [all...] |
dct64.cpp | 32 Int32 x 32-bit integer input length 64 82 #define Qfmt(a) (Int32)(a*((Int32)1<<26) + (a>=0?0.5F:-0.5F)) 83 #define Qfmt31(a) (Int32)(a*0x7FFFFFFF) 85 const Int32 CosTable_48[48] = 144 void pv_split_LC(Int32 *vector, 145 Int32 *temp_o) 148 Int32 i; 149 Int32 *pt_vector = &vector[0]; 150 Int32 *pt_vector_N_1 = &vector[31] [all...] |
dst8.cpp | 32 Int32 x 32-bit integer input length 8 78 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F)) 106 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 108 #define Qfmt31(x) (Int32)(x*0x7FFFFFFF + (x>=0?0.5F:-0.5F)) 111 void dst_8(Int32 vec[]) 114 Int32 temp1; 115 Int32 temp2; 116 Int32 temp3; 117 Int32 temp4 [all...] |
calc_sbr_envelope.h | 111 Int32 *aBufR, 112 Int32 *aBufI, 114 const Int32 *nSfb, 115 Int32 freqBandTable2[MAX_NOISE_COEFFS + 1], 116 Int32 nNBands, 117 Int32 reset, 118 Int32 *degreeAlias, 119 Int32 *harm_index, 120 Int32 *phase_index, 121 Int32 hFp[64] [all...] |
fwd_long_complex_rot.cpp | 48 type Int32 * 52 type Int32 * 56 type Int32 162 Int32 *Data_in, 163 Int32 *Data_out, 164 Int32 max) 167 const Int32 *p_rotate; 168 Int32 temp_re; 169 Int32 temp_im; 170 Int32 *pData_in_ref1 [all...] |
ps_init_stereo_mixing.cpp | 140 #define Q30_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 142 const Int32 scaleFactors[NO_IID_LEVELS] = 151 const Int32 scaleFactorsFine[NO_IID_LEVELS_FINE] = 178 const Int32 scaled_alphas[NO_ICC_LEVELS] = 186 const Int32 cos_alphas[NO_ICC_LEVELS] = 194 const Int32 sin_alphas[NO_ICC_LEVELS] = 218 Int32 ps_init_stereo_mixing(STRUCT_PS_DEC *pms, 219 Int32 env, 220 Int32 usb [all...] |
fwd_short_complex_rot.cpp | 46 type Int32 * 50 type Int32 * 54 type Int32 157 Int32 *Data_in, 158 Int32 *Data_out, 159 Int32 max) 165 const Int32 *p_rotate; 167 Int32 *pData_in_1; 169 Int32 temp_re; 170 Int32 temp_im [all...] |
s_sbr_dec.h | 106 Int32 outSampleRate; 107 Int32 LC_aacP_DecoderFlag; /* Low Complexity decoder flag */ 109 Int32 startIndexCodecQmf; 110 Int32 lowBandAddSamples; 111 Int32 noCols; 112 Int32 qmfBufLen; 113 Int32 bufWriteOffs; 114 Int32 bufReadOffs; 116 Int32 sbStopCodec; 119 Int32 highSubband [all...] |
/external/jpeg/ |
jdct.h | 19 * for 8-bit samples, INT32 for 12-bit samples. (NOTE: Floating-point DCT 32 typedef INT32 DCTELEM; /* must have 32 bits */ 61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */ 125 * All values are expected to be of type INT32. 131 #define ONE ((INT32) 1) 139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) 141 /* Descale and correctly round an INT32 value that's scaled by N bits. 148 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result [all...] |
jfdctint.c | 70 * array is INT32 anyway.) 93 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */ 94 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */ 95 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */ 96 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */ 97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */ 98 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */ 99 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.501321110) */ 100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */ 101 #define FIX_1_961570560 ((INT32) 16069) /* FIX(1.961570560) * [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Mat2D.h | 103 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA ); 106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ); 112 struct bts_Flt16Mat2D bts_Flt16Mat2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 bbpA ); 115 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA ) [all...] |
Functions.c | 38 uint32 bts_absIntLog2( int32 vA ) 45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ) 53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ) 63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 147 int32 iNumLayer; 168 int32 iFrameQuality; 177 int32 iIFrameInterval; 220 int32 iSearchRange; 247 int32 iClipDuration; 268 int32 iFrameWidth; 271 int32 iFrameHeight; 301 int32 iLayerNumber; 307 int32 iBitStreamSize; 360 virtual int32 GetBufferSize() = 0 [all...] |
/hardware/ril/mock-ril/src/proto/ |
ctrl.proto | 45 required int32 connection_id = 1; // connection id 46 required int32 call_fail_cause = 2; // call failure cause
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 57 int32 xE; 60 int32 yE; 190 int32* xPtrA, int32* yPtrA, uint32* scalePtrA ); 194 int32* xPtrA, int32* yPtrA, uint32* scalePtrA ); 266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA ); 273 int32 xA, int32 yA, uint32 scaleA ) [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.cc | 274 PRIMITIVE_ACCESSORS( INT32, int32, Int32) 610 HANDLE_TYPE( INT32, int32, RepeatedField < int32>); 652 HANDLE_TYPE( INT32, int32, Int32); 744 HANDLE_TYPE( INT32, Int32, int32) [all...] |