/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | backtrace_fake.cpp | 51 size_t total_frames = (frame_num < ips_size) ? frame_num : ips_size; in backtrace_get() local 52 memcpy(frames, g_fake_backtrace[0].data(), sizeof(uintptr_t) * total_frames); in backtrace_get() 54 return total_frames; in backtrace_get()
|
/aosp12/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 176 summary->set_total_frames(summary->total_frames() + data->totalFrameCount()); in mergeProfileDataIntoProto() 255 int32_t pos = percentile * proto->summary().total_frames() / 100; in findPercentile() 256 int32_t remaining = proto->summary().total_frames() - pos; in findPercentile() 294 dprintf(fd, "\nTotal frames rendered: %d", summary.total_frames()); in dumpAsTextToFd() 296 (float)summary.janky_frames() / (float)summary.total_frames() * 100.0f); in dumpAsTextToFd() 401 summary->set_total_frames(summary->total_frames() + stat.summary().total_frames()); in mergeStat() 547 AStatsEvent_writeInt32(event, (int32_t)stat.summary().total_frames()); in finishDumpInMemory()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
H A D | video_encoder_test.c | 44 static int total_frames = 0; variable 218 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main() 684 enc_buffer.timestamp = total_frames * in start_encoding() 709 total_frames++; in start_encoding() 868 enc_buffer.timestamp = total_frames * in video_thread() 874 total_frames++; in video_thread() 882 total_frames); in video_thread()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 44 static int total_frames = 0; variable 209 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main() 686 total_frames++; in start_decoding() 860 total_frames++; in video_thread() 868 total_frames); in video_thread() 1149 if (total_frames == 0) in read_frame()
|
H A D | omx_vdec_test.cpp | 3091 static unsigned long long int total_frames = 0; in Read_Buffer_From_DivX_4_5_6_File() local 3130 total_frames += b_frm_idx; in Read_Buffer_From_DivX_4_5_6_File() 3140 total_frames += pckd_frms - 1; in Read_Buffer_From_DivX_4_5_6_File() 3147 total_frames += pckt_end_idx; in Read_Buffer_From_DivX_4_5_6_File() 3180 total_frames += pckd_frms; in Read_Buffer_From_DivX_4_5_6_File() 3203 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 44 static int total_frames = 0; variable 200 DEBUG_PRINT ("\n Total Number of frames decoded %d",total_frames); in main() 644 total_frames++; in start_decoding() 805 total_frames++; in video_thread() 814 total_frames); in video_thread() 1078 if (total_frames == 0) { in read_frame()
|
H A D | omx_vdec_test.cpp | 3380 static unsigned long long int total_frames = 0; in Read_Buffer_From_DivX_4_5_6_File() local 3426 total_frames += b_frm_idx; in Read_Buffer_From_DivX_4_5_6_File() 3436 total_frames += pckd_frms - 1; in Read_Buffer_From_DivX_4_5_6_File() 3443 total_frames += pckt_end_idx; in Read_Buffer_From_DivX_4_5_6_File() 3475 total_frames += pckd_frms; in Read_Buffer_From_DivX_4_5_6_File() 3496 total_bytes, total_frames); in Read_Buffer_From_DivX_4_5_6_File()
|
/aosp12/frameworks/base/services/core/jni/stats/ |
H A D | SurfaceFlingerPuller.cpp | 96 atom.total_frames(), atom.missed_frames(), in parseGlobalInfoPull() 146 atom.layer_name().c_str(), atom.total_frames(), in parseLayerInfoPull()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TimeStatsTest.cpp | 636 EXPECT_EQ(1, layerProto.total_frames()); in TEST_F() 700 EXPECT_EQ(1, layerProto.total_frames()); in TEST_F() 795 EXPECT_EQ(1, layerProto.total_frames()); in TEST_F() 816 EXPECT_EQ(1, layerProto.total_frames()); in TEST_F() 833 EXPECT_EQ(1, layerProto.total_frames()); in TEST_F() 860 EXPECT_EQ(0, globalProto.total_frames()); in TEST_F() 949 EXPECT_EQ(2, layerProto.total_frames()); in TEST_F() 1233 EXPECT_EQ(atom.total_frames(), 1); in TEST_F() 1327 EXPECT_EQ(atom0.total_frames(), 2); in TEST_F() 1345 EXPECT_EQ(atom1.total_frames(), 1); in TEST_F() [all …]
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | GraphicsStatsServiceTests.cpp | 88 EXPECT_EQ(100, loadedProto.summary().total_frames()); in TEST() 144 EXPECT_EQ(100 + 500, loadedProto.summary().total_frames()); in TEST()
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
H A D | timestats.proto | 35 optional int32 total_frames = 3; field 65 optional int32 total_frames = 5; field
|
/aosp12/frameworks/base/libs/hwui/protos/ |
H A D | graphicsstats.proto | 65 optional int32 total_frames = 1; field
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | graphicsstats.proto | 71 optional int32 total_frames = 1; field
|
/aosp12/bionic/libc/kernel/uapi/sound/ |
H A D | compress_params.h | 200 __u32 total_frames; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | compress_params.h | 279 __u32 total_frames; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | compress_params.h | 386 __u32 total_frames; member
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/ |
H A D | compress_params.h | 279 __u32 total_frames; member
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
H A D | compress_params.h | 386 __u32 total_frames; member
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
H A D | timestats_atoms.proto | 57 optional int64 total_frames = 1; field 192 optional int64 total_frames = 2; field
|
/aosp12/hardware/qcom/camera/msm8998/ |
H A D | QCamera_Intf.h | 788 uint32_t total_frames; member
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 6196 optional int64 total_frames = 2; field 11734 optional int64 total_frames = 1; field 11876 optional int64 total_frames = 2; field 12370 optional int32 total_frames = 6; field 14097 optional int64 total_frames = 7; field
|