Searched defs:first_frame_offset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc548 float first_frame_offset)
555 next_frame_ms_(frame_period_ms_ * first_frame_offset),
558 assert(first_frame_offset >= 0.0f);
559 assert(first_frame_offset < 1.0f);
603 float first_frame_offset)
604 : VideoSender(flow_id, listener, fps, kbps, ssrc, first_frame_offset) {}
614 // It is important that the first_frame_offset and the initial time of
546 VideoSender(int flow_id, PacketProcessorListener* listener, float fps, uint32_t kbps, uint32_t ssrc, float first_frame_offset) argument
598 AdaptiveVideoSender(int flow_id, PacketProcessorListener* listener, float fps, uint32_t kbps, uint32_t ssrc, float first_frame_offset) argument
/external/flac/libFLAC/
H A Dstream_decoder.c202 FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audio frame starts */ member in struct:FLAC__StreamDecoderPrivate
1038 decoder->private_->first_frame_offset = 0;
1210 /* if we haven't finished processing the metadata yet, do that so we have the STREAMINFO, SEEK_TABLE, and first_frame_offset */
1595 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset))
1596 decoder->private_->first_frame_offset = 0;
2982 FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; local
3025 lower_bound = first_frame_offset;
3055 new_lower_bound = first_frame_offset + seek_table->points[i].stream_offset;
3070 new_upper_bound = first_frame_offset
[all...]

Completed in 79 milliseconds