Searched refs:current_frame_number (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/debug/
H A Dframe_rate_counter.h21 int current_frame_number() const { return ring_buffer_.CurrentIndex(); } function in class:cc::FrameRateCounter
/external/flac/libFLAC/
H A Dstream_encoder.c367 unsigned current_frame_number; member in struct:FLAC__StreamEncoderPrivate
898 encoder->private_->current_frame_number = 0;
2498 encoder->private_->current_frame_number,
2507 status = encoder->private_->write_callback(encoder, buffer, bytes, samples, encoder->private_->current_frame_number, encoder->private_->client_data);
2516 encoder->private_->frames_written = max(encoder->private_->frames_written, encoder->private_->current_frame_number+1);
2923 encoder->private_->current_frame_number++;
2956 frame_header.number.frame_number = encoder->private_->current_frame_number;
3473 fprintf(stderr, "EST: bad, frame#%u sub#%%d type=%8s est=%u, actual=%u, delta=%d\n", encoder->private_->current_frame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc3070 return fps_counter_->current_frame_number();

Completed in 351 milliseconds