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

1 2 3 4 5 6 7 8

  /external/chromium_org/media/base/
audio_timestamp_helper.h 36 int64 frame_count() const { return frame_count_; } function in class:media::AudioTimestampHelper
38 // Adds |frame_count| to the frame counter.
41 void AddFrames(int frame_count);
47 // Gets the duration if |frame_count| frames were added to the current
51 base::TimeDelta GetFrameDuration(int frame_count) const;
58 base::TimeDelta ComputeTimestamp(int64 frame_count) const;
audio_timestamp_helper_unittest.cc 31 void TestGetFramesToTargetRange(int frame_count, int start, int end) {
33 EXPECT_EQ(frame_count, FramesToTarget(i)) << " Failure for timestamp "
75 int frame_count = 5; local
78 base::TimeDelta duration = helper_.GetFrameDuration(frame_count);
82 helper_.AddFrames(frame_count);
audio_buffer.h 34 // number of buffers must be equal to |channel_count|. |frame_count| is the
35 // number of frames in each buffer. |data| must not be null and |frame_count|
41 int frame_count,
45 // Create an AudioBuffer with |frame_count| frames. Buffer is allocated, but
51 int frame_count);
53 // Create an empty AudioBuffer with |frame_count| frames.
58 int frame_count,
94 int frame_count() const { return adjusted_frame_count_; } function in class:media::AudioBuffer
125 int frame_count,
  /external/chromium_org/third_party/libvpx/source/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);
47 writer->frame_count = 0;
63 write_header(writer->file, &writer->info, writer->frame_count);
77 ++writer->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);
47 writer->frame_count = 0;
63 write_header(writer->file, &writer->info, writer->frame_count);
77 ++writer->frame_count;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
47 writer->frame_count = 0;
63 write_header(writer->file, &writer->info, writer->frame_count);
77 ++writer->frame_count;
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 28 size_t frame_count; // number of frames in buffer member in struct:echo_reference_buffer
46 * - frame_count is updated with the actual number of frames returned
resampler.h 38 size_t frame_count; member in struct:resampler_buffer
46 * as input: buffer->frame_count is the number of frames requested
47 * as output: buffer->frame_count is the number of frames returned
54 * as input: buffer->frame_count is the number of frames released
  /external/chromium_org/cc/debug/
frame_rate_counter.cc 112 int frame_count = 0; local
133 frame_count++;
135 } else if (frame_count) {
140 if (frame_count) {
142 average_fps = frame_count / frame_times_total;
rendering_stats.h 19 int64 frame_count; member in struct:cc::MainThreadRenderingStats
34 int64 frame_count; member in struct:cc::ImplThreadRenderingStats
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/
fps.h 28 int frame_count; member in struct:FpsState
36 state->frame_count = 0;
49 state->frame_count++;
54 *out_fps = state->frame_count / (current_time - state->last_time);
56 state->frame_count = 0;
  /external/chromium_org/ppapi/tests/
test_audio_config.cc 62 uint32_t frame_count = audio_config_interface_->RecommendSampleFrameCount( local
64 ASSERT_TRUE(frame_count >= PP_AUDIOMINSAMPLEFRAMECOUNT);
65 ASSERT_TRUE(frame_count <= PP_AUDIOMAXSAMPLEFRAMECOUNT);
68 instance_->pp_instance(), sample_rate, frame_count);
72 ASSERT_EQ(frame_count, audio_config_interface_->GetSampleFrameCount(ac));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_android-inl.h 55 size_t frame_count; member in struct:stack_crawl_state_t
62 frame_count(0),
93 state->frames[state->frame_count++] = ip;
94 if (state->frame_count >= state->max_depth)
120 return state.frame_count;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 73 int frame_count() const { return frame_count_; } function in class:__anon16384::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());
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 127 int frame_count = 0; local
144 frame_count++;
200 fprintf(settings_file, "Init at frame: %d\n", frame_count);
  /external/chromium_org/base/debug/
stack_trace_android.cc 25 frame_count(0),
30 size_t frame_count; member in struct:__anon6823::StackCrawlState
45 state->frames[state->frame_count++] = ip;
46 if (state->frame_count >= state->max_depth)
71 count_ = state.frame_count;
  /external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc 170 int frame_count = buf_size / sizeof(*data) / 2; local
172 decoded_data.resize(frame_count);
173 for (int k = 0; k < frame_count; ++k) {
179 count = frame_count * sizeof(*data);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
set_maps.c 159 int frame_count = 0; local
221 ++frame_count;
223 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
225 } else if (frame_count == 33) {
227 } else if (frame_count == 44) {
231 encode_frame(&codec, &raw, frame_count, writer);
236 printf("Processed %d frames.\n", frame_count);
simple_encoder.c 153 int frame_count = 0; local
235 if (keyframe_interval > 0 && frame_count % keyframe_interval == 0)
237 encode_frame(&codec, &raw, frame_count++, flags, writer);
243 printf("Processed %d frames.\n", frame_count);
vp8cx_set_ref.c 99 int frame_count = 0; local
164 if (frame_count + 1 == update_frame_num) {
172 encode_frame(&codec, &raw, frame_count++, writer);
178 printf("Processed %d frames.\n", frame_count);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
unpack.cc 74 int frame_count = 0; local
97 frame_count++;
166 fprintf(settings_file, "Init at frame: %d\n", frame_count);
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 188 int frame_count = total_width / frame_width; local
189 DCHECK_GT(frame_count, 0);
190 XcursorImages* x_images = XcursorImagesCreate(frame_count);
191 x_images->nimage = frame_count;
193 for (int frame = 0; frame < frame_count; ++frame) {
  /external/chromium_org/v8/src/
runtime-profiler.cc 154 int frame_count = 0; local
157 frame_count++ < frame_count_limit && !it.done();
214 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) {
  /external/libvpx/libvpx/examples/
set_maps.c 158 int frame_count = 0; local
219 ++frame_count;
221 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
223 } else if (frame_count == 33) {
225 } else if (frame_count == 44) {
229 encode_frame(&codec, &raw, frame_count, writer);
234 printf("Processed %d frames.\n", frame_count);
simple_encoder.c 153 int frame_count = 0; local
235 if (keyframe_interval > 0 && frame_count % keyframe_interval == 0)
237 encode_frame(&codec, &raw, frame_count++, flags, writer);
243 printf("Processed %d frames.\n", frame_count);

Completed in 3668 milliseconds

1 2 3 4 5 6 7 8