HomeSort by relevance Sort by last modified time
    Searched refs:getSample (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/mp4/
TrackFragment.h 28 virtual status_t getSample(SampleInfo *info) = 0;
44 virtual status_t getSample(SampleInfo *info);
72 virtual status_t getSample(SampleInfo *info);
TrackFragment.cpp 39 status_t FragmentedMP4Parser::DynamicTrackFragment::getSample(SampleInfo *info) {
93 status_t FragmentedMP4Parser::StaticTrackFragment::getSample(SampleInfo *info) {
FragmentedMP4Parser.cpp 809 status_t FragmentedMP4Parser::getSample(
823 status_t err = (*fragment)->getSample(sampleInfo);
843 status_t err = getSample(info, &fragment, &sampleInfo);
893 err = getSample(info, &fragment, &sampleInfo);
    [all...]
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 254 status_t getSample(
  /dalvik/vm/
Profile.cpp 226 static void getSample(Thread* thread)
290 getSample(thread);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium-trace/
script.js 29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var b=c[e];"function"!=typeof this[b]&&(a[b]="parent"==b?this[b].guid:this[b])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a,
30 c){this.timestamps_.push(a);this.samples_.push(new d(a,c))},getStatistics:function(a){for(var c=0,e=Number.MAX_VALUE,b=-Number.MAX_VALUE,g=0;g<a.length;++g)var h=this.getSample(a[g]).value,c=c+h,e=Math.min(h,e),b=Math.max(h,b);return{min:e,max:b,avg:c/a.length,start:this.getSample(a[0]).value,end:this.getSample(a.length-1).value}},shiftTimestampsForward:function(a){for(var c=0;c<this.timestamps_.length;++c)this.timestamps_[c]+=a,this.samples_[c].timestamp=this.timestamps_[c]}};return{CounterSeries:b}});
    [all...]

Completed in 182 milliseconds