Searched defs:to (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dgv_sven_devh.c20 along with this program; if not, write to the Free Software
45 contributors may be used to endorse or promote products derived
66 #define _OSAL_IO_MEMMAP_H /* to prevent errors when including sven_devh.h */
67 #define _OSAL_ASSERT_H /* to prevent errors when including sven_devh.h */
137 /* pointer to global vsparc local registers */
138 g_svenh.devh_regs_ptr = (void *) 0x10000000; /* firmware address to Local (GV) registers */
189 /* SVEN FW TX: Required custom routines to enable FW TX */
216 volatile struct SVENEvent *to,
221 cp_using_dma_phys( (uint32_t) to, (uint32_t) from, sizeof(*to),
214 sven_fw_copy_event_to_host_mem( struct SVENHandle *svenh, volatile struct SVENEvent *to, const struct SVENEvent *from ) argument
[all...]
/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp13 * contributors may be used to endorse or promote products derived
53 LocTimer - client front end, interface for client to start / stop timers, also
54 to provide a callback.
69 each (those that expire the soonest) to kernel via services
75 method. It is also a LocThread client, so as to loop the run
77 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
93 // mutex to synchronize getters of static members
99 // Msg task to provider msg Q, sender and reader.
101 // Poll task to provide epoll call and threading to pol
641 getDeltaSeconds(struct timespec from, struct timespec to) argument
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp13 * contributors may be used to endorse or promote products derived
53 LocTimer - client front end, interface for client to start / stop timers, also
54 to provide a callback.
69 each (those that expire the soonest) to kernel via services
75 method. It is also a LocThread client, so as to loop the run
77 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
93 // mutex to synchronize getters of static members
99 // Msg task to provider msg Q, sender and reader.
101 // Poll task to provide epoll call and threading to pol
641 getDeltaSeconds(struct timespec from, struct timespec to) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp22 //#define LOG_NDEBUG 0 //uncomment to enable verbose logging
155 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
158 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) argument
160 to->ts = from->ts;
161 to->channel = from->channel;
162 to->rssi = from->rssi;
163 to->rtt = from->rtt;
164 to->rtt_sd = from->rtt_sd;
165 to->beacon_period = from->beacon_period;
166 to
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c10 * Unless required by applicable law or agreed to in writing, software
96 hwc_rect_t mirror_region; /* region of screen to mirror */
134 int pipe_fds[2]; /* pipe to event thread */
498 static inline void m_scale1(float m[3], int from, int to) argument
500 m[0] = m[0] * to / from;
501 m[1] = m[1] * to / from;
502 m[2] = m[2] * to / from;
550 /* trim to keep aspect ratio */
568 m = (center-from-target-center) * (scale-to-target) * (mirror) * (rotate) * (center-to
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c10 * Unless required by applicable law or agreed to in writing, software
104 hwc_rect_t mirror_region; /* region of screen to mirror */
117 BLTPOLICY_ALL, /* Test mode to attempt to blit all */
121 BLTMODE_PAINT = 0, /* Attempt to blit layer by layer */
122 BLTMODE_REGION = 1, /* Attempt to blit layers via regions */
171 int wakeup_evt; /* eventfd used to wakeup event thread */
530 /* test if layer appears to be RGB32 (4 Bpp) and > 1280x720 */
687 static inline void m_scale1(float m[3], int from, int to) argument
689 m[0] = m[0] * to / fro
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h15 // contributors may be used to endorse or promote products derived from
37 // IMPORTANT NOTE: Due to limitation of the C++ language, we have to
43 // Such code is NOT meant to be used by a user directly, and is subject
44 // to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
72 // contributors may be used to endorse or promote products derived from
92 // Google Test. They are subject to change without notice.
111 // contributors may be used to endorse or promote products derived from
128 // Low-level types and utilities for porting Google Test to various
129 // platforms. They are subject to chang
2235 const To to = NULL; local
7889 CopyArray(const T& from, U* to) argument
7901 CopyArray(const T* from, size_t size, U* to) argument
[all...]

Completed in 175 milliseconds