HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 451 - 475 of 996) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluez/doc/
control-api.txt 96 Passthrough(uint8 key, boolean state, int32 company_id,
  /external/chromium/base/
base_drop_target.cc 14 int32 BaseDropTarget::drag_identity_ = 0;
  /external/freetype/include/freetype/internal/
ftcalc.h 59 /* Computes the square root of an Int32 integer (which will be */
  /external/icu4c/test/testdata/
dcfmtest.txt 26 # i int32
  /external/jpeg/
jmorecfg.h 30 #define WRITE_TWO_ALIGNED_PIXELS(addr, pixels) ((*(INT32*)(addr)) = pixels)
180 /* INT32 must hold at least signed 32-bit values. */
182 #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
183 typedef long INT32;
  /external/libpcap/bpf/net/
bpf_filter.c 80 #define int32 bpf_int32 macro
210 int32 mem[BPF_MEMWORDS];
249 if (k + sizeof(int32) > buflen) {
308 if (k + sizeof(int32) > buflen) {
  /external/neven/Embedded/common/src/b_BasicEm/
String.h 70 int32 bbs_atoi( const char* strA );
  /external/protobuf/editors/
proto.vim 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
  /external/qemu/gdb-xml/
power-altivec.xml 11 <vector id="v4i32" type="int32" count="4"/>
  /external/webkit/JavaScriptCore/runtime/
JSValue.cpp 117 snprintf(description, size, "Int32: %d", asInt32());
  /external/webkit/WebCore/plugins/
PluginStream.cpp 339 int32 totalBytes = m_deliveryData->size();
340 int32 totalBytesDelivered = 0;
345 int32 deliveryBytes = m_pluginFuncs->writeready(m_instance, &m_stream);
362 int32 dataLength = deliveryBytes;
PluginStream.h 115 int32 m_offset;
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.h 108 int32 m_offset;
WebBaseNetscapePluginStream.mm 510 int32 totalBytes = [m_deliveryData.get() length];
511 int32 totalBytesDelivered = 0;
515 int32 deliveryBytes = m_pluginFuncs->writeready(m_plugin, &m_stream);
536 deliveryBytes = min<int32>(deliveryBytes, [subdata length]);
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_hybrid_filter_bank_allocation.h 85 Int32 ps_hybrid_filter_bank_allocation(HYBRID **phHybrid,
86 Int32 noBands,
87 const Int32 *pResolution,
88 Int32 **pPtr);
ps_hybrid_synthesis.h 84 void ps_hybrid_synthesis(const Int32 *mHybridReal,
85 const Int32 *mHybridImag,
86 Int32 *mQmfReal,
87 Int32 *mQmfImag,
ps_stereo_processing.h 86 Int32 *qmfLeftReal,
87 Int32 *qmfLeftImag,
88 Int32 *qmfRightReal,
89 Int32 *qmfRightImag);
s_progconfig.h 91 Int32 buffer_fullness; /* put this transport level info here */
93 Int32 headerless_frames; /* For ADTS use only */
94 Int32 frame_length; /* For use by ADTS only */
95 Int32 CRC_absent; /* For use by ADTS only */
sbr_envelope_calc_tbl.h 58 extern const Int32 limGains[5];
60 extern const Int32 smoothLengths[2];
67 extern const Int32 fir_table[5][5];
69 extern const Int32 rPxx[512];
tns_inv_filter.h 28 Description: The scratch memory was mistakenly declared here as type "Int32"
86 Int32 coef[],
89 const Int32 lpc[],
92 Int32 scratch_memory[]);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 240 int32 bitRate; /* target bit rate for the overall clip in bits/second*/
241 int32 cpbSize; /* coded picture buffer size in bytes */
242 int32 initDelayOffset; /* initial CBP removal delay in bits */
304 int32 bitsPerFrame;
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.h 81 void pvmp3_dct_16(int32 vec[], int32 flag);
83 void pvmp3_merge_in_place_N32(int32 vec[]);
85 void pvmp3_split(int32 *vect);
pvmp3_dequantize_sample.h 89 int32 power_1_third(int32 xx);
91 void pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
94 int32 num_lines,
pvmp3_poly_phase_synthesis.cpp 40 int32 numChannels, number of channels
123 int32 numChannels,
138 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
140 int32 *inData = &pChVars->circ_buffer[544 - (band<<5)];
s_tmp3dec_chan.h 87 int32 used_freq_lines;
88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS];
89 int32 work_buf_int32[SUBBANDS_NUMBER*FILTERBANK_BANDS]; /* working buffer */
90 int32 circ_buffer[480 + 576];

Completed in 3744 milliseconds

<<11121314151617181920>>