OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_frames
(Results
1 - 16
of
16
) sorted by null
/bionic/libc/malloc_debug/tests/
backtrace_fake.cpp
49
size_t
total_frames
= (frame_num < ips_size) ? frame_num : ips_size;
local
50
memcpy(frames, g_fake_backtrace[0].data(), sizeof(uintptr_t) *
total_frames
);
52
return
total_frames
;
/external/android-clat/
ring.c
53
int
total_frames
= TP_FRAMES * ring->numblocks;
local
59
.tp_frame_nr =
total_frames
, // Total frames.
81
total_frames
, buflen, ring->base);
/external/webrtc/webrtc/common_audio/
audio_ring_buffer_unittest.cc
28
const size_t
total_frames
= input.num_frames();
local
34
while (input_pos + buf.WriteFramesAvailable() <
total_frames
) {
43
EXPECT_LT(output_pos,
total_frames
);
51
if (input_pos <
total_frames
) {
53
total_frames
- input_pos);
/hardware/qcom/media/msm8974/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
3091
static unsigned long long int
total_frames
= 0;
local
[
all
...]
/hardware/qcom/media/msm8974/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/msm8974/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
3380
static unsigned long long int
total_frames
= 0;
local
[
all
...]
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc
289
int
total_frames
=
local
291
if (
total_frames
> 0) {
294
static_cast<int>((
total_frames
/ elapsed_sec) + 0.5f));
298
(receive_statistics_.key_frames * 1000.0f /
total_frames
) + 0.5f));
[
all
...]
/hardware/qcom/msm8996/kernel-headers/sound/
compress_params.h
279
__u32
total_frames
;
member in struct:snd_dec_ape
/hardware/qcom/msm8996/original-kernel-headers/sound/
compress_params.h
386
__u32
total_frames
;
member in struct:snd_dec_ape
/device/huawei/angler/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon4134
/device/lge/bullhead/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon5045
/device/moto/shamu/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon6182
/hardware/qcom/camera/
QCamera_Intf.h
788
uint32_t
total_frames
;
member in struct:__anon33124
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h
749
uint32_t
total_frames
;
member in struct:__anon5563
[
all
...]
Completed in 293 milliseconds