Searched refs:frame_count (Results 26 - 50 of 72) sorted by relevance

123

/external/chromium_org/media/base/
H A Daudio_bus.cc306 int frame_count,
310 CHECK_LE(source_start_frame + frame_count, frames());
311 CHECK_LE(dest_start_frame + frame_count, dest->frames());
318 sizeof(*channel(i)) * frame_count);
305 CopyPartialFramesTo(int source_start_frame, int frame_count, int dest_start_frame, AudioBus* dest) const argument
H A Daudio_bus.h82 // |frame_count| is the number of frames to copy.
84 int frame_count,
/external/srec/srec/cfront/
H A Dcheldsp4.c230 if (channel->frame_count >= channel->frame_delay)
234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim);
236 dd_regress(ddmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim);
261 channel->frame_count++;
H A Dca_front.c166 if (valid > 0 && hWave->data.channel->frame_count > (DELTA + 3))
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h563 int frame_count = 0; local
564 while (frame_count < static_cast<int>(kTimeout) / 66) {
566 ++frame_count;
568 return frame_count;
1446 int frame_count = 0; local
1451 EXPECT_EQ(frame_count, renderer_.num_rendered_frames());
1454 frame_count += 2;
1455 EXPECT_FRAME_WAIT(frame_count, codec.width, codec.height, kTimeout);
1465 frame_count += 2;
1466 EXPECT_EQ_WAIT(frame_count, renderer
1493 int frame_count = 1; local
1548 int frame_count = 0; local
[all...]
H A Dtestutils.h133 int frame_count() const { return frame_count_; } function in class:cricket::VideoCapturerListener
/external/chromium_org/v8/src/
H A Druntime-profiler.cc243 int frame_count = 0; local
247 frame_count++ < frame_count_limit && !it.done();
311 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) {
/external/v8/src/
H A Druntime-profiler.cc242 int frame_count = 0; local
246 frame_count++ < frame_count_limit && !it.done();
287 && (frame_count > 1
H A Ddeoptimizer.h572 Translation(TranslationBuffer* buffer, int frame_count, int jsframe_count)
576 buffer_->Add(frame_count);
H A Dflag-definitions.h205 DEFINE_int(frame_count, 1, "number of stack frames inspected by the profiler")
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer_unittest.cc104 EXPECT_TRUE_WAIT(listener_.frame_count() > 0, 5000);
130 EXPECT_TRUE_WAIT(listener_.frame_count() > 0, 5000);
/external/chromium_org/media/filters/
H A Ddecrypting_audio_decoder.cc455 DCHECK_GT(frame->frame_count(), 0) << "Empty frame returned.";
467 timestamp_helper_->GetFrameDuration(frame->frame_count()));
468 timestamp_helper_->AddFrames(frame->frame_count());
H A Dffmpeg_audio_decoder.cc485 int unread_frames = output->frame_count() - original_frames;
492 int drop = std::min(output->frame_count(), output_frames_to_drop_);
497 decoded_frames = output->frame_count();
/external/srec/srec/include/
H A Dfront.h106 long frame_count; /* frame count */ member in struct:__anon25926
/external/qemu/hw/
H A Dusb-ohci.c616 int frame_count; local
628 frame_count = OHCI_BM(iso_td.flags, TD_FC);
637 "frame_count 0x%.8x relative %d\n"
644 frame_count, relative_frame_number,
651 } else if (relative_frame_number > frame_count) {
655 frame_count);
696 ((relative_frame_number < frame_count) &&
703 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) {
717 if (relative_frame_number < frame_count) {
820 if (relative_frame_number == frame_count) {
[all...]
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c402 int frames_this_pts, frame_count = 0; local
428 uint32_t this_sz = sizes[frame_count];
436 frame_count++;
/external/kernel-headers/original/asm-arm/arch/
H A Ddma.h343 int frame_count; /* number of frames in a element */ member in struct:omap_dma_channel_params
375 int elem_count, int frame_count,
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c226 int frame_count,
284 for (frame = 0; frame < frame_count; frame++)
223 vp8_temporal_filter_iterate_c( VP8_COMP *cpi, int frame_count, int alt_ref_index, int strength ) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c188 int frame_count,
244 for (frame = 0; frame < frame_count; frame++) {
187 temporal_filter_iterate_c(VP9_COMP *cpi, int frame_count, int alt_ref_index, int strength) argument
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c632 int frame_count = 0, fragment_count = 0; local
670 ++frame_count;
672 if (!has_fragments && frame_count > 1) return 0;
673 if (fragment_count > 0 && frame_count != fragment_count) return 0;
/external/kernel-headers/original/linux/
H A Dvideodev.h222 __u32 frame_count; /* frames output since decode/encode began */ member in struct:video_info
/external/webp/src/demux/
H A Ddemux.c632 int frame_count = 0, fragment_count = 0; local
670 ++frame_count;
672 if (!has_fragments && frame_count > 1) return 0;
673 if (fragment_count > 0 && frame_count != fragment_count) return 0;
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc1033 int frame_count = frame_size / audio_bytes_per_frame_; local
1037 frame_count,
1041 frame_count));
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc134 int frame_count() { return frame_; } function in class:cc::__anon4091::FrameCountingContext
406 EXPECT_EQ(1, Context()->frame_count());
460 EXPECT_EQ(1, Context()->frame_count());
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h149 size_t frame_count() const { return frame_count_; } function in class:net::test::FramerVisitorCapturingFrames

Completed in 641 milliseconds

123