Searched refs:num_frames (Results 1 – 11 of 11) sorted by relevance
34 hash_combine(seed, key.num_frames);35 for (size_t i = 0; i < key.num_frames; i++) {55 return (lhs.num_frames == rhs.num_frames) &&56 memcmp(lhs.frames, rhs.frames, lhs.num_frames * sizeof(lhs.frames[0])) == 0;
177 leak->backtrace.num_frames = num_backtrace_frames; in GetUnreachableMemory()494 if (backtrace.num_frames > 0) { in ToString()495 oss << backtrace_string(backtrace.frames, backtrace.num_frames); in ToString()
93 size_t num_frames = 0; in Unwind() local123 if (num_frames != 0 || !ShouldSkipLibrary(map_info->name)) { in Unwind()133 num_frames++; in Unwind()142 return num_frames != 0; in Unwind()
142 .num_frames = 0,350 if (health_info_.batteryLevel >= 0 && batt_anim_.num_frames != 0) { in UpdateScreenState()352 for (int i = 0; i < batt_anim_.num_frames; i++) { in UpdateScreenState()378 if (batt_anim_.num_frames == 0 || batt_anim_.cur_level < 0) { in UpdateScreenState()394 while (batt_anim_.cur_frame < batt_anim_.num_frames && in UpdateScreenState()399 if (batt_anim_.cur_frame >= batt_anim_.num_frames) { in UpdateScreenState()639 batt_anim_.num_frames = owned_frames_.size(); in InitAnimation()647 batt_anim_.animation_file.c_str(), batt_anim_.num_frames); in InitAnimation()657 for (int i = 0; i < batt_anim_.num_frames; i++) { in InitAnimation()699 batt_anim_.num_frames = 0; in Init()[all …]
80 int num_frames; member
87 batt_anim->num_frames == 0) in redraw_screen()217 if (anim->num_frames != 0) { in draw_battery()
133 anim->num_frames = frames.size(); in parse_animation_desc()
69 size_t num_frames = data[0] & 0xf; in a2dp_sbc_decoder_decode_packet() local78 for (size_t i = 0; i < num_frames; ++i) { in a2dp_sbc_decoder_decode_packet()
175 size_t num_frames = in DumpDeallocationTrace() local185 for (size_t i = 0; i < num_frames; ++i) { in DumpDeallocationTrace()202 size_t num_frames = in DumpAllocationTrace() local212 for (size_t i = 0; i < num_frames; ++i) { in DumpAllocationTrace()
48 size_t num_frames = 0; member
183 EXPECT_EQ(2, anim.num_frames); in TEST()