OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_frames
(Results
1 - 10
of
10
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
44
static int
total_frames
= 0;
variable
209
DEBUG_PRINT ("\n Total Number of frames decoded %d",
total_frames
);
686
total_frames
++;
860
total_frames
++;
868
total_frames
);
[
all
...]
omx_vdec_test.cpp
3095
static unsigned long long int
total_frames
= 0;
local
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c
44
static int
total_frames
= 0;
variable
218
DEBUG_PRINT ("\n Total Number of frames decoded %d",
total_frames
);
684
enc_buffer.timestamp =
total_frames
*
709
total_frames
++;
868
enc_buffer.timestamp =
total_frames
*
874
total_frames
++;
882
total_frames
);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
44
static int
total_frames
= 0;
variable
200
DEBUG_PRINT ("\n Total Number of frames decoded %d",
total_frames
);
644
total_frames
++;
805
total_frames
++;
814
total_frames
);
[
all
...]
omx_vdec_test.cpp
3248
static unsigned long long int
total_frames
= 0;
local
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c
44
static int
total_frames
= 0;
variable
208
DEBUG_PRINT ("\n Total Number of frames decoded %d",
total_frames
);
640
enc_buffer.timestamp =
total_frames
*
666
total_frames
++;
814
enc_buffer.timestamp =
total_frames
*
820
total_frames
++;
829
total_frames
);
[
all
...]
/external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc
340
int
total_frames
= frames_buffered();
local
348
const float kEpsilon = 0.20 * (
total_frames
/ playback_rate);
349
EXPECT_NEAR(frames_filled,
total_frames
/ playback_rate, kEpsilon);
/device/asus/flo/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon1877
/hardware/qcom/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon31505
/device/lge/mako/camera/
QCamera_Intf.h
811
uint32_t
total_frames
;
member in struct:__anon2243
[
all
...]
Completed in 946 milliseconds