Home
last modified time | relevance | path

Searched refs:samples_count (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dredspark.c32 int samples_count; member
98 redspark->samples_count = 0; in redspark_read_header()
138 if (avio_feof(s->pb) || redspark->samples_count == s->streams[0]->duration) in redspark_read_packet()
147 redspark->samples_count += pkt->duration; in redspark_read_packet()
/third_party/ffmpeg/doc/examples/
H A Dmuxing.c60 int samples_count; member
376 frame->pts = av_rescale_q(ost->samples_count, (AVRational){1, c->sample_rate}, c->time_base); in write_audio_frame()
377 ost->samples_count += dst_nb_samples; in write_audio_frame()
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc880 int count = profile_->samples_count(); in SerializeTimeDeltas()
891 int count = profile_->samples_count(); in SerializeSamples()
H A Dprofile-generator.h434 int samples_count() const { return static_cast<int>(samples_.size()); } in samples_count() function in v8::internal::CpuProfile
/third_party/node/deps/v8/src/api/
H A Dapi.cc9916 return reinterpret_cast<const i::CpuProfile*>(this)->samples_count(); in GetSamplesCount()

Completed in 26 milliseconds