HomeSort by relevance Sort by last modified time
    Searched refs:total_frames (Results 1 - 22 of 22) 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;
  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
timestats.proto 29 optional int32 total_frames = 3;
48 optional int32 total_frames = 5;
  /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);
  /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);
  /frameworks/base/libs/hwui/protos/
graphicsstats.proto 53 optional int32 total_frames = 1;
  /frameworks/base/core/proto/android/service/
graphicsstats.proto 60 optional int32 total_frames = 1;
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 168 summary->set_total_frames(summary->total_frames() + data->totalFrameCount());
216 int32_t pos = percentile * proto->summary().total_frames() / 100;
217 int32_t remaining = proto->summary().total_frames() - pos;
239 dprintf(fd, "\nTotal frames rendered: %d", summary.total_frames());
241 (float)summary.janky_frames() / (float)summary.total_frames() * 100.0f);
  /frameworks/base/libs/hwui/tests/unit/
GraphicsStatsServiceTests.cpp 88 EXPECT_EQ(100, loadedProto.summary().total_frames());
144 EXPECT_EQ(100 + 500, loadedProto.summary().total_frames());
  /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-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-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
  /hardware/qcom/msm8998/kernel-headers/sound/
compress_params.h 282 __u32 total_frames; member in struct:snd_dec_ape
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_params.h 393 __u32 total_frames; member in struct:snd_dec_ape
  /hardware/qcom/msm8x09/kernel-headers/sound/
compress_params.h 279 __u32 total_frames; member in struct:snd_dec_ape
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_params.h 386 __u32 total_frames; member in struct:snd_dec_ape
  /device/google/marlin/camera/
QCamera_Intf.h 788 uint32_t total_frames; member in struct:__anon2624
  /hardware/qcom/camera/msm8998/
QCamera_Intf.h 788 uint32_t total_frames; member in struct:__anon49466

Completed in 461 milliseconds