Searched
full:int32 (Results
726 -
750 of
996) sorted by null
<<21222324252627282930>>
/frameworks/base/media/libstagefright/foundation/ |
AMessage.cpp | 140 BASIC_TYPE(Int32,int32Value,int32_t)
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalRadio.c | 91 INT8 whalCtrl_convertRSSIToRxLevel(TI_HANDLE hWhalCtrl, INT32 rssiVal)
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
osRgstry_parser.c | 190 print_info("NdisReadConfiguration(): %s = %d\n", name, (INT32) pNdisParm->ParameterData.IntegerData);
|
/external/bluetooth/bluez/src/ |
sdp-xml.c | 145 appender(data, "<int32 value=\""); 146 snprintf(buf, STRBUFSIZE - 1, "%d", value->val.int32); 774 else if (!strcmp(el, "int32"))
|
/external/bluetooth/bluez/tools/ |
ubcsp.c | 253 int32
320 static int32
370 static int32
[all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
DCR.c | 211 pRectA->x2E > ( int32 )widthA || pRectA->y2E > ( int32 )heightA ) 230 int32 bpi_DCR_confidence( struct bbs_Context* cpA,
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Complex.c | 130 return ( int32 ) complA.realE * complA.realE + 131 ( int32 ) complA.imagE * complA.imagE; 145 int32 realL, imagL;
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x2Ftr.c | 189 int32 bbf_I04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA ) 199 int32 sumL = 0; 254 return sumL * ( ptrL->activityFactorE >> 8 ) + ( ( sumL * ( int32 )( ptrL->activityFactorE & 0x0FF ) ) >> 8 );
|
I04Dns2x4Ftr.c | 189 int32 bbf_I04Dns2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA ) 204 int32 sumL = 0; 283 return sumL * ( ptrL->activityFactorE >> 8 ) + ( ( sumL * ( int32 )( ptrL->activityFactorE & 0x0FF ) ) >> 8 );
|
I04Tld2x4Ftr.c | 189 int32 bbf_I04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA ) 199 int32 sumL = 0; 276 return sumL * ( ptrL->activityFactorE >> 8 ) + ( ( sumL * ( int32 )( ptrL->activityFactorE & 0x0FF ) ) >> 8 );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
SubVecMap.c | 186 int32 sizeL = ( ptrL->sizeE != -1 ) ? ptrL->sizeE : ( int32 )inVecPtrA->arrE.sizeE - ptrL->offsetE; 189 if( ( ptrL->offsetE + sizeL ) > ( int32 )inVecPtrA->arrE.sizeE )
|
/external/protobuf/ |
CHANGES.txt | 119 optional int32 foo = 1 [deprecated = true]; 133 optional int32 Foo = 1; 296 optional int32 some_field = 1 [(foo) = "bar"]
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 439 case INT32 : return input.readInt32 (); 539 case INT32 : output.writeInt32NoTag ((Integer ) value); break; 662 case INT32 : return CodedOutputStream.computeInt32SizeNoTag ((Integer )value);
|
/external/protobuf/python/google/protobuf/internal/ |
encoder.py | 111 # takes parameters specific to a particular field type, e.g. int32 or fixed64. 314 required int32 type_id = 2; 667 required int32 type_id = 2;
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
fft_rx4_tables_fxp.cpp | 113 const Int32 W_64rx4[60] = /* 2 Q15 */ 138 const Int32 W_256rx4[495] = /* 2 Q15 */ 233 const Int32 w_512rx2[127] =
|
get_sbr_startfreq.cpp | 132 Int get_sbr_startfreq(const Int32 fs, 133 const Int32 start_freq) 136 Int32 index;
|
get_tns.cpp | 334 Int32 scratchTnsDecCoefMem[]) 355 Int32 *pLpcCoef; 356 Int32 *pStartLpcCoef;
|
ps_read_data.cpp | 221 Int32 ps_read_data(STRUCT_PS_DEC *ps_dec, 223 Int32 nBitsLeft) 229 Int32 startbits;
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 242 int32 i; 249 i = ((int32)j * INV_FAC5) >> 13; /* integer part = pos * 1/5 */ 281 int32 L_sum;
|
qpisf_2s.cpp | 142 int32 L_tmp; 171 isf_q[i] += ((int32)MU * past_isfq[i]) >> 15; 238 int32 L_tmp;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 61 int32 startPacket; 555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
|
dcac_prediction.cpp | 48 int32 val; 157 val = (int32)(*AC_tmp++) * QP_tmp; 186 val = (int32)(*AC_tmp++) * QP_tmp;
|
vop.cpp | [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 141 internal::Int32 repeat_; 188 // Parses the environment variable var as an Int32. If it is unset, 189 // returns default_val. If it is not an Int32, prints an error and 191 Int32 Int32FromEnvOrDie(const char* env_var, Int32 default_val); [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | 308 window.x = (int32)boundsInWindow.origin.x; 309 window.y = (int32)boundsInWindow.origin.y; 357 nPort.qdPort.portx = (int32)-boundsInWindow.origin.x; 358 nPort.qdPort.porty = (int32)-boundsInWindow.origin.y; 421 nPort.qdPort.portx = static_cast<int32>(-boundsInWindow.origin.x + origin.x); 422 nPort.qdPort.porty = static_cast<int32>(-boundsInWindow.origin.y - origin.y); [all...] |
Completed in 730 milliseconds
<<21222324252627282930>>