Searched refs:begin (Results 1 - 25 of 92) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_timer.h49 LARGE_INTEGER begin, end; member in struct:vpx_usec_timer
51 struct timeval begin, end;
59 QueryPerformanceCounter(&t->begin);
61 gettimeofday(&t->begin, NULL);
81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
88 timersub(&t->end, &t->begin, &diff);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dkeyframe_test.cc90 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
103 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
134 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
H A Dresize_test.cc149 for (std::vector<FrameInfo>::const_iterator info = frame_info_list_.begin();
250 for (std::vector<FrameInfo>::const_iterator info = frame_info_list_.begin();
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp51 freeBuffers(mEntries.begin(), mEntries.end());
52 freeBuffers(mStreamSlot.begin(), mStreamSlot.end());
108 for (List<camera_metadata_t*>::iterator slotEntry = mStreamSlot.begin();
121 camera_metadata_t *b = *(mEntries.begin());
122 mEntries.erase(mEntries.begin());
149 freeBuffers(mStreamSlot.begin(), mStreamSlot.end());
154 List<camera_metadata_t*>::iterator deleter = ++mStreamSlot.begin();
155 freeBuffers(++mStreamSlot.begin(), mStreamSlot.end());
159 free_camera_metadata( *(mStreamSlot.begin()) );
160 *(mStreamSlot.begin())
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Deboled.js114 var begin = Date.now();
115 while(Date.now()-begin < 2000)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm151 ; begin epilog
176 ; begin epilog
204 ; begin epilog
229 ; begin epilog
254 ; begin epilog
282 ; begin epilog
308 ; begin epilog
334 ; begin epilog
362 ; begin epilog
388 ; begin epilo
[all...]
H A Dvp9_subpixel_bilinear_ssse3.asm129 ; begin epilog
154 ; begin epilog
181 ; begin epilog
206 ; begin epilog
231 ; begin epilog
258 ; begin epilog
284 ; begin epilog
310 ; begin epilog
337 ; begin epilog
363 ; begin epilo
[all...]
H A Dvp9_subpixel_8t_sse2.asm238 ; begin epilog
297 ; begin epilog
360 ; begin epilog
418 ; begin epilog
467 ; begin epilog
520 ; begin epilog
594 ; begin epilog
669 ; begin epilog
764 ; begin epilog
829 ; begin epilo
[all...]
H A Dvp9_subpixel_8t_ssse3.asm345 ; begin epilog
386 ; begin epilog
427 ; begin epilog
462 ; begin epilog
494 ; begin epilog
526 ; begin epilog
860 ; begin epilog
902 ; begin epilog
944 ; begin epilog
974 ; begin epilo
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dnrf24l01-broadcast.cxx68 for (std::vector<std::string>::iterator item = msgs.begin(); item != msgs.end(); ++item) {
/hardware/qcom/camera/QCamera2/util/
H A DQCameraPerf.cpp183 mCurrentPowerHint = *mActivePowerHints.begin();
513 for (List<power_hint_t>::iterator it = mActivePowerHints.begin();
516 if (it != mActivePowerHints.begin()) {
533 mCurrentPowerHint = *mActivePowerHints.begin();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsad_sse2.asm79 ; begin epilog
142 ; begin epilog
196 ; begin epilog
251 ; begin epilog
324 ; begin epilog
404 ; begin epilog
H A Dsad_mmx.asm106 ; begin epilog
178 ; begin epilog
248 ; begin epilog
337 ; begin epilog
424 ; begin epilog
H A Dsad_sse4.asm191 ; begin epilog
229 ; begin epilog
267 ; begin epilog
308 ; begin epilog
344 ; begin epilog
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dencodeopt.asm57 ; begin epilog
122 ; begin epilog
199 ; begin epilog
268 ; begin epilog
326 ; begin epilog
383 ; begin epilog
H A Dsubtract_mmx.asm69 ; begin epilog
143 ; begin epilog
218 ; begin epilog
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_sad_mmx.asm106 ; begin epilog
178 ; begin epilog
248 ; begin epilog
337 ; begin epilog
424 ; begin epilog
H A Dvp9_sad_sse4.asm200 ; begin epilog
237 ; begin epilog
274 ; begin epilog
315 ; begin epilog
350 ; begin epilog
/hardware/libhardware/include/hardware/
H A Dkeymaster2.h291 * Begins a cryptographic operation using the specified key. If all is well, begin() will
295 * It is critical that each call to begin() be paired with a subsequent call to finish() or
298 * eventually cause begin() to return KM_ERROR_TOO_MANY_OPERATIONS when it runs out of space for
299 * operations. Any result other than KM_ERROR_OK from begin(), update() or finish() implicitly
311 * with \p purpose and all of its usage requirements must be satisfied, or begin() will return
325 * expected. If out_params is NULL, and output paramaters are generated, begin() will return
329 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
332 keymaster_error_t (*begin)(const struct keymaster2_device* dev, keymaster_purpose_t purpose, member in struct:keymaster2_device
340 * with begin().
350 * \param[in] operation_handle The operation handle returned by begin()
[all...]
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp81 Region::const_iterator it = wormholeRegion.begin();
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp81 Region::const_iterator it = wormholeRegion.begin();
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp83 Region::const_iterator it = wormholeRegion.begin();
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A DMap.h60 T2 begin(); //give the first ele
107 T2 Map<T,T2>::begin() function in class:Map
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A DMap.h60 T2 begin(); //give the first ele
107 T2 Map<T,T2>::begin() function in class:Map
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A DMap.h60 T2 begin(); //give the first ele
107 T2 Map<T,T2>::begin() function in class:Map

Completed in 1680 milliseconds

1234