HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 226 - 250 of 2588) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/speex/include/speex/
speex_preprocess.h 163 /** Set maximal gain increase in dB/second (int32) */
166 /** Get maximal gain increase in dB/second (int32) */
169 /** Set maximal gain decrease in dB/second (int32) */
172 /** Get maximal gain decrease in dB/second (int32) */
175 /** Set maximal gain in dB (int32) */
178 /** Get maximal gain in dB (int32) */
186 /** Get current gain (int32 percent) */
190 /** Get spectrum size for power spectrum (int32) */
194 /** Get power spectrum (int32[] of squared values) */
198 /** Get spectrum size for noise estimate (int32) */
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 40 int32 xr[], input channel
41 int32 xl[],
42 int32 Start, Location of first element where stereo intensity is applied
43 int32 Number number of elements affected
47 int32 xl[], generated stereo channel
58 int32 xr[], input channel
59 int32 xl[],
60 int32 is_pos, index to table is_ratio_factor[]
61 int32 Start, Location of first element where stereo intensity is applied
62 int32 Number number of elements affecte
    [all...]
  /external/bzip2/
blocksort.c 34 Int32 lo,
35 Int32 hi )
37 Int32 i, j, tmp;
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt,
96 Int32 hiSt )
98 Int32 unLo, unHi, ltLo, gtHi, n, m
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec2D.c 79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL;
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL;
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA
    [all...]
Int32Mat.c 35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA )
37 int32 shiftL;
40 int32 maxL = 0;
41 int32* ptrL = ptrA;
42 int32 iL = sizeA;
45 int32 xL = *ptrL++;
120 int32 widthA,
210 const int32* matA,
211 int32 matWidthA
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.h 73 int32 renderer_id,
74 int32 index_in_parent);
161 int32 index_in_parent() const { return index_in_parent_; }
162 const std::vector<int32>& indirect_child_ids() const {
165 const std::vector<int32>& line_breaks() const {
168 const std::vector<int32>& cell_ids() const {
171 const std::vector<int32>& unique_cell_ids() const {
177 int32 renderer_id() const { return renderer_id_; }
178 int32 role() const { return role_; }
180 int32 state() const { return state_;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_custom_options.proto 61 optional int32 message_opt1 = 7739036;
68 optional int32 field_opt2 = 7753913 [default=42];
76 optional int32 enum_value_opt1 = 1560678;
149 optional int32 int32_opt = 7705709;
218 optional int32 foo = 1;
219 optional int32 foo2 = 2;
220 optional int32 foo3 = 3;
227 optional int32 baz = 2;
230 optional int32 waldo = 1;
243 optional int32 qux = 1
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 99 static bool GetNumber(string s, out Int32 v)
108 v += (Int32)(c - '0');
171 Int32 dictionary = 1 << 21;
174 Int32 dicLog;
177 dictionary = (Int32)1 << dicLog;
187 const Int32 kNumDefaultItereations = 10;
188 Int32 numIterations = kNumDefaultItereations;
245 Int32 posStateBits = 2;
246 Int32 litContextBits = 3; // for normal files
248 Int32 litPosBits = 0;
    [all...]
  /external/chromium_org/sync/protocol/
session_specifics.proto 26 optional int32 tab_node_id = 4 [default = -1];
41 optional int32 window_id = 1;
43 optional int32 selected_tab_index = 2 [default = -1];
52 repeated int32 tab = 4;
57 optional int32 tab_id = 1;
59 optional int32 window_id = 2;
62 optional int32 tab_visual_index = 3 [default = -1];
65 optional int32 current_navigation_index = 4 [default = -1];
89 // optional int32 index = 1 [default = -1]; // obsolete.
106 optional int32 unique_id = 8
    [all...]
typed_url_specifics.proto 27 // optional int32 typed_count = 3; (deprecated)
35 // optional int32 visited_count = 6; (deprecated)
40 repeated int32 visit_transitions = 8 [packed=true];
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 55 const int32 y_pitch = GetYPitch();
56 const int32 u_pitch = GetUPitch();
57 const int32 v_pitch = GetVPitch();
88 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v) const {
90 int32 src_width = static_cast<int>(GetWidth());
91 int32 src_height = static_cast<int>(GetHeight());
121 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v
    [all...]
nullvideoframe.h 57 virtual int32 GetYPitch() const { return 0; }
58 virtual int32 GetUPitch() const { return 0; }
59 virtual int32 GetVPitch() const { return 0; }
82 uint8 *y, uint8 *u, uint8 *v, int32 pitchY, int32 pitchU, int32 pitchV,
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 82 void DidDestroyAcceleratedSurface(int renderer_id, int32 render_view_id);
99 void OnResizeView(int32 renderer_id,
100 int32 render_view_id,
101 int32 command_buffer_route_id,
110 void OnScheduleComposite(int32 renderer_id, int32 render_view_id);
  /external/chromium_org/base/
sys_info.h 55 static void OperatingSystemVersionNumbers(int32* major_version,
56 int32* minor_version,
57 int32* bugfix_version);
88 int32* major_version,
89 int32* minor_version,
90 int32* bugfix_version);
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 48 static void OnFileSelected(int32 tab_id,
52 int32 tab_id,
54 static void OnFileSelectionCanceled(int32 tab_id);
84 void AddPending(int32 tab_id);
87 static bool PendingExists(int32 tab_id);
98 int32 tab_id_;
  /external/chromium_org/chrome/common/metrics/proto/
system_profile.proto 111 optional int32 screen_count = 5;
114 optional int32 primary_screen_width = 6;
115 optional int32 primary_screen_height = 7;
298 optional int32 last_error = 4;
302 optional int32 last_extra_error = 5;
334 optional int32 page_load_count = 2;
335 optional int32 renderer_crash_count = 3;
336 optional int32 renderer_hang_count = 4;
341 optional int32 extension_renderer_crash_count = 5;
344 optional int32 child_process_crash_count = 6
    [all...]
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.cc 110 int32 stream_id, int32 route_id) {
129 int32 stream_id, int32 primary_id, int32 secondary_id) {
143 int32 stream_id, const gfx::Size& size) {
  /external/chromium_org/gpu/config/
gpu_test_config.h 48 void set_os(int32 os);
50 void set_build_type(int32 build_type);
54 int32 os() const { return os_; }
57 int32 build_type() const { return build_type_; }
79 int32 os_;
88 int32 build_type_;
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 271 INT32 OSTicksTilExp; /* Number of ticks till next timer expires */
275 INT32 OSNumOrigTicks; /* Number of ticks between last timer expiration to the next one */
277 INT32 OSWaitTmr [GKI_MAX_TASKS]; /* ticks the task has to wait, for specific events */
281 INT32 OSTaskTmr0 [GKI_MAX_TASKS];
282 INT32 OSTaskTmr0R [GKI_MAX_TASKS];
286 INT32 OSTaskTmr1 [GKI_MAX_TASKS];
287 INT32 OSTaskTmr1R [GKI_MAX_TASKS];
291 INT32 OSTaskTmr2 [GKI_MAX_TASKS];
292 INT32 OSTaskTmr2R [GKI_MAX_TASKS];
296 INT32 OSTaskTmr3 [GKI_MAX_TASKS]
    [all...]
  /external/chromium/base/
sys_info_mac.cc 17 void SysInfo::OperatingSystemVersionNumbers(int32* major_version,
18 int32* minor_version,
19 int32* bugfix_version) {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.cc 22 int32 BrowserAccessibilityManager::next_child_id_ = -1;
53 int32 BrowserAccessibilityManager::GetNextChildID() {
79 int32 child_id) {
80 base::hash_map<int32, BrowserAccessibility*>::iterator iter =
89 void BrowserAccessibilityManager::Remove(int32 child_id, int32 renderer_id) {
264 base::hash_map<int32, int32>::iterator iter =
269 int32 child_id = iter->second;
311 int32 child_id = 0
    [all...]
  /external/chromium_org/base/containers/
hash_tables.h 189 DEFINE_32BIT_PAIR_HASH(int16, int32);
193 DEFINE_32BIT_PAIR_HASH(uint16, int32);
195 DEFINE_32BIT_PAIR_HASH(int32, int16);
196 DEFINE_32BIT_PAIR_HASH(int32, uint16);
197 DEFINE_32BIT_PAIR_HASH(int32, int32);
198 DEFINE_32BIT_PAIR_HASH(int32, uint32);
201 DEFINE_32BIT_PAIR_HASH(uint32, int32);
215 DEFINE_64BIT_PAIR_HASH(int32, int64);
216 DEFINE_64BIT_PAIR_HASH(int32, uint64)
    [all...]
  /external/chromium_org/content/public/common/
page_transition_types.h 30 bool PageTransitionIsValidType(int32 type);
32 CONTENT_EXPORT PageTransition PageTransitionFromInt(int32 type);
42 CONTENT_EXPORT int32 PageTransitionGetQualifier(PageTransition type);
  /external/chromium_org/remoting/proto/
event.proto 23 //optional int32 keycode = 1;
47 optional int32 x = 1;
48 optional int32 y = 2;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
more_extensions.proto 48 optional int32 foreign_message_int = 1;
53 optional int32 optional_int_extension = 1;
56 repeated int32 repeated_int_extension = 3;

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 91011>>