HomeSort by relevance Sort by last modified time
    Searched defs:frame_count (Results 1 - 25 of 72) sorted by null

1 2 3

  /bootable/recovery/tests/unit/
resources_test.cpp 26 int frame_count; local
29 &frame_count, &fps, &frames));
30 ASSERT_EQ(6, frame_count);
33 for (auto i = 0; i < frame_count; i++) {
  /art/test/984-obsolete-invoke/
obsolete_invoke.cc 35 jint frame_count; local
47 &frame_count))) {
51 for (jint i = 0; i < frame_count; i++) {
  /art/test/996-breakpoint-obsolete/
obsolete_breakpoints.cc 42 jint frame_count; local
49 &frame_count))) {
52 for (jint i = 0; i < frame_count; i++) {
  /device/generic/car/emulator/audio/driver/
audio_vbuffer.h 26 size_t frame_count; member in struct:audio_vbuffer
32 int audio_vbuffer_init(audio_vbuffer_t *audio_vbuffer, size_t frame_count,
42 size_t frame_count);
45 size_t frame_count);
  /external/libvpx/libvpx/
video_writer.c 20 int frame_count; member in struct:VpxVideoWriterStruct
24 int frame_count) {
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
45 writer->frame_count = 0;
61 write_header(writer->file, &writer->info, writer->frame_count);
73 ++writer->frame_count;
  /external/v8/src/objects/
frame-array-inl.h 48 const int frame_count = Smi::ToInt(get(kFrameCountIndex)); local
49 DCHECK_LE(0, frame_count);
50 return frame_count;
  /art/runtime/
monitor_objects_stack_visitor.h 48 frame_count(0u),
76 size_t frame_count; member in class:art::MonitorObjectsStackVisitor
  /external/adhd/cras/src/server/
cras_a2dp_info.h 19 * frame_count - Queued SBC frame count currently in a2dp buffer.
30 int frame_count; member in struct:a2dp_info
  /external/libaom/libaom/common/
video_writer.c 21 int frame_count; member in struct:AvxVideoWriterStruct
25 int frame_count) {
32 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
46 writer->frame_count = 0;
62 write_header(writer->file, &writer->info, writer->frame_count);
74 ++writer->frame_count;
  /external/adhd/cras/src/common/
rtp.h 42 unsigned frame_count:4; member in struct:rtp_payload
71 unsigned frame_count:4; member in struct:rtp_payload
  /external/libaom/libaom/examples/
lossless_encoder.c 62 int frame_count = 0; local
121 encode_frame(&codec, &raw, frame_count++, 0, writer);
130 printf("Processed %d frames.\n", frame_count);
set_maps.c 123 int frame_count = 0; local
182 while (aom_img_read(&raw, infile) && frame_count < limit) {
183 ++frame_count;
185 if (frame_count == 5) {
187 } else if (frame_count == 11) {
191 encode_frame(&codec, &raw, frame_count, writer);
200 printf("Processed %d frames.\n", frame_count);
  /external/libvpx/libvpx/examples/
vp9_lossless_encoder.c 63 int frame_count = 0; local
120 encode_frame(&codec, &raw, frame_count++, 0, writer);
129 printf("Processed %d frames.\n", frame_count);
set_maps.c 157 int frame_count = 0; local
216 ++frame_count;
218 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
220 } else if (frame_count == 33) {
222 } else if (frame_count == 44) {
226 encode_frame(&codec, &raw, frame_count, writer);
235 printf("Processed %d frames.\n", frame_count);
vp8cx_set_ref.c 99 int frame_count = 0; local
162 if (frame_count + 1 == update_frame_num) {
170 encode_frame(&codec, &raw, frame_count++, writer);
179 printf("Processed %d frames.\n", frame_count);
  /external/v8/src/base/debug/
stack_trace_android.cc 25 frame_count(0),
30 size_t frame_count; member in struct:__anon48143::StackCrawlState
45 state->frames[state->frame_count++] = ip;
46 if (state->frame_count >= state->max_depth)
75 count_ = state.frame_count;
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 73 int frame_count() const { return frame_count_; } function in class:__anon49551::FileVideoCapturerTest::VideoCapturerListener
152 EXPECT_EQ(48, listener.frame_count());
168 listener.frame_count() >= 150, 20000);
171 EXPECT_GE(listener.frame_count(), 150);
187 EXPECT_EQ(1, listener.frame_count());
  /frameworks/av/services/mediaanalytics/
statsd_audiotrack.cpp 119 int32_t frame_count = -1; local
120 if (item->getInt32("android.media.audiotrack.frameCount", &frame_count)) {
121 metrics_proto.set_frame_count(frame_count);
  /bionic/libc/malloc_debug/
backtrace.cpp 76 size_t frame_count; member in struct:stack_crawl_state_t
79 stack_crawl_state_t(uintptr_t* frames, size_t frame_count)
80 : frames(frames), frame_count(frame_count) {}
126 return (state->cur_frame >= state->frame_count) ? _URC_END_OF_STACK : _URC_NO_REASON;
129 size_t backtrace_get(uintptr_t* frames, size_t frame_count) {
130 stack_crawl_state_t state(frames, frame_count);
135 std::string backtrace_string(const uintptr_t* frames, size_t frame_count) {
138 for (size_t frame_num = 0; frame_num < frame_count; frame_num++) {
181 void backtrace_log(const uintptr_t* frames, size_t frame_count) {
    [all...]
  /external/libchrome/base/debug/
stack_trace_android.cc 29 frame_count(0),
34 size_t frame_count; member in struct:__anon27353::StackCrawlState
49 state->frames[state->frame_count++] = ip;
50 if (state->frame_count >= state->max_depth)
77 count_ = state.frame_count;
  /external/tensorflow/tensorflow/contrib/ffmpeg/
decode_audio_op.cc 81 const int64 frame_count = output_samples.size() / channel_count; local
84 0, TensorShape({frame_count, channel_count}), &output));
86 for (int32 frame = 0; frame < frame_count; ++frame) {
  /external/webrtc/talk/media/base/
videocapturer_unittest.cc 225 int frame_count = 0; local
253 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
257 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
264 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
296 int frame_count = 0; local
299 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
303 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
307 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
311 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames());
    [all...]
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 98 static int frame_count = 0; local
100 frame_count++;
101 if (frame_count == kFrameReportInterval) {
104 frame_count = 0;
122 shader.PrepareForDraw(g_framebuffer_width, g_framebuffer_height, global_time, frame_count, (float)elapsed_time);
  /device/google/cuttlefish_common/guest/hals/audio/legacy/
vsoc_audio_output_stream.cpp 134 int frame_count = 0; local
136 &frame_count) == 0) {
137 frame_count_ = static_cast<size_t>(frame_count);
275 config->frame_count;
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xa_profiler.h 63 int frame_count; member in struct:XA_PROFILER
80 p_prof->frame_count++;
86 if (p_prof->frame_count > 1) {
88 Ave = p_prof->Sum / (p_prof->frame_count-1);
92 p_prof->Peak_frame = (p_prof->frame_count);
105 p_prof->frame_count, (uint32_t)minutes, (uint32_t)seconds, (uint32_t)msec,
109 p_prof->frame_count, gen_strm_pos, minutes, seconds, msec,
131 fprintf(stdout,"%5s Average MCPS = %f\n", x.id, (x.frame_count < 2) ? 0 : (x.Sum/(x.frame_count-1))); } while(0)

Completed in 2317 milliseconds

1 2 3