OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:framecounter
(Results
1 - 17
of
17
) sorted by null
/bionic/tests/
stack_unwinding_test.cpp
37
_Unwind_Reason_Code
FrameCounter
(_Unwind_Context* ctx __unused, void* arg) {
65
_Unwind_Backtrace(
FrameCounter
, &count);
71
_Unwind_Backtrace(
FrameCounter
, &count);
86
_Unwind_Backtrace(
FrameCounter
, &g_unwind_data.handler_frame_count);
101
_Unwind_Backtrace(
FrameCounter
, &g_unwind_data.expected_frame_count);
114
_Unwind_Backtrace(
FrameCounter
, &g_unwind_data.expected_frame_count);
pthread_test.cpp
[
all
...]
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
main.cpp
58
long
frameCounter
= 0;
74
frameCounter
++;
90
if (
frameCounter
% 2 == 0) {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.h
158
static int Get_Frame_Count_Since_Reset( void ) { return
FrameCounter
; }
175
static int
FrameCounter
;
btQuickprof.cpp
439
int CProfileManager::
FrameCounter
= 0;
489
FrameCounter
= 0;
499
FrameCounter
++;
/external/opencv3/modules/videoio/src/
cap_winrt_bridge.cpp
64
//if (currentFrame !=
frameCounter
)
66
// currentFrame =
frameCounter
;
cap_winrt_bridge.hpp
78
std::atomic<unsigned long>
frameCounter
;
95
frameCounter
= 0;
cap_winrt_video.cpp
222
VideoioBridge::getInstance().
frameCounter
++;
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h
51
int
frameCounter
;
digital_agc.c
274
stt->
frameCounter
= 0;
390
stt->
frameCounter
++;
393
(float)(stt->
frameCounter
) / 100,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
fakeglx.c
[
all
...]
/external/libopus/silk/
structs.h
163
opus_int32
frameCounter
;
/external/libopus/silk/fixed/
encode_frame_FIX.c
102
psEnc->sCmn.indices.Seed = psEnc->sCmn.
frameCounter
++ & 3;
/external/libopus/silk/float/
encode_frame_FLP.c
104
psEnc->sCmn.indices.Seed = psEnc->sCmn.
frameCounter
++ & 3;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
901
int
frameCounter
;
[
all
...]
Completed in 618 milliseconds