HomeSort by relevance Sort by last modified time
    Searched defs:num_frames (Results 26 - 40 of 40) sorted by null

12

  /external/lldb/source/Commands/
CommandObjectThread.cpp 1239 const uint32_t num_frames = 0; local
    [all...]
CommandObjectProcess.cpp 1600 const uint32_t num_frames = 1; local
    [all...]
CommandObjectTarget.cpp 107 const uint32_t num_frames = 1; local
113 num_frames,
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 99 int num_frames; member in struct:animation
164 .num_frames = ARRAY_SIZE(batt_anim_frames),
310 if (batt_anim->num_frames != 0) {
325 if (batt_anim->capacity < 0 || batt_anim->num_frames == 0)
393 if (batt_prop && batt_prop->batteryLevel >= 0 && batt_anim->num_frames != 0) {
397 for (i = 1; i < batt_anim->num_frames; i++) {
420 if (batt_anim->num_frames == 0 || batt_anim->capacity < 0) {
439 while (batt_anim->cur_frame < batt_anim->num_frames &&
442 if (batt_anim->cur_frame >= batt_anim->num_frames) {
695 charger->batt_anim->num_frames = 0
    [all...]
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 1109 const int num_frames = 5; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 452 size_t num_frames = 30; local
455 for (size_t i = 0; i < num_frames; ++i) {
469 for (size_t i = 0; i < num_frames; ++i) {
480 EXPECT_EQ(num_frames, waiting_times.size());
495 num_frames = 110;
496 for (size_t i = 0; i < num_frames; ++i) {
    [all...]
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 221 uint32_t num_frames; member in struct:malloc_stack_entry
348 m_entries[m_size].num_frames = 0;
840 stack_entry->num_frames = 0;
846 &stack_entry->num_frames);
848 if (stack_entry->num_frames < MAX_FRAMES)
849 stack_entry->frames[stack_entry->num_frames] = 0;
876 stack_entry->num_frames = 0;
878 err = __mach_stack_logging_get_frames(task, (mach_vm_address_t)addr, stack_entry->frames, MAX_FRAMES, &stack_entry->num_frames);
879 if (err == 0 && stack_entry->num_frames > 0)
882 if (stack_entry->num_frames < MAX_FRAMES
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 125 num_frames(-1),
136 int num_frames; member in struct:content::__anon12243::TestVideoFile
    [all...]
video_encode_accelerator_unittest.cc 101 : num_frames(0),
111 unsigned int num_frames; member in struct:content::__anon12245::TestStream
219 test_stream->num_frames = src_file.length() / visible_buffer_size;
227 test_stream->num_frames);
231 for (size_t frame = 0; frame < test_stream->num_frames; frame++) {
256 CHECK_GT(test_stream->num_frames, 0UL);
257 CHECK_LE(test_stream->num_frames, kMaxFrameNum);
776 if (force_bitrate_ && test_stream_->num_frames < kMinFramesForBitrateTests) {
778 << test_stream_->num_frames << " frames), will loop it to reach "
782 num_frames_to_encode_ = test_stream_->num_frames;
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 140 int num_frames; member in struct:__anon2848
332 uint8_t num_frames; member in struct:__anon2866
  /device/lge/hammerhead/camera/
QCamera_Intf.h 140 int num_frames; member in struct:__anon3355
332 uint8_t num_frames; member in struct:__anon3373
  /device/moto/shamu/camera/
QCamera_Intf.h 140 int num_frames; member in struct:__anon4515
332 uint8_t num_frames; member in struct:__anon4533
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 703 unsigned int num_frames; member in struct:__anon4256
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h 180 int num_frames; member in struct:__anon3665
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 135 int num_frames; member in struct:__anon3902
    [all...]

Completed in 1298 milliseconds

12