HomeSort by relevance Sort by last modified time
    Searched full:sample_index (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
svs.txt 11 sample_index
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
svs.txt 11 sample_index
  /frameworks/av/media/libstagefright/include/
SampleTable.h 79 uint32_t *sample_index, uint32_t flags);
82 uint32_t start_sample_index, uint32_t *sample_index,
85 status_t findThumbnailSample(uint32_t *sample_index);
144 size_t sample_index, uint64_t scale_num, uint64_t scale_den) const {
145 return (mSampleTimeEntries[sample_index].mCompositionTime
149 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.cc 100 int sample_index = 0; local
101 while (sample_index + frame_size_ <= num_samples) {
104 audio_data + sample_index,
107 sample_index += frame_size_;
  /external/chromium_org/media/formats/mp4/
track_run_iterator.h 91 uint32 GetGroupDescriptionIndex(uint32 sample_index) const;
96 bool IsSampleEncrypted(size_t sample_index) const;
97 uint8 GetIvSize(size_t sample_index) const;
98 const std::vector<uint8>& GetKeyId(size_t sample_index) const;
track_run_iterator.cc 537 uint32 TrackRunIterator::GetGroupDescriptionIndex(uint32 sample_index) const {
539 DCHECK_LT(sample_index, run_itr_->samples.size());
540 return run_itr_->samples[sample_index].cenc_group_description_index;
553 bool TrackRunIterator::IsSampleEncrypted(size_t sample_index) const {
554 uint32 index = GetGroupDescriptionIndex(sample_index);
560 size_t sample_index) const {
561 uint32 index = GetGroupDescriptionIndex(sample_index);
566 uint8 TrackRunIterator::GetIvSize(size_t sample_index) const {
567 uint32 index = GetGroupDescriptionIndex(sample_index);
  /external/chromium_org/tools/telemetry/telemetry/util/
statistics.py 65 sample_index = 0
69 while sample_index < len(samples) and samples[sample_index] < location:
70 sample_index += 1
71 count_less.append(sample_index)
72 while sample_index < len(samples) and samples[sample_index] <= location:
73 sample_index += 1
74 count_less_equal.append(sample_index)
  /frameworks/av/media/libstagefright/
SampleTable.cpp 538 uint32_t *sample_index, uint32_t flags) {
553 *sample_index = mSampleTimeEntries[center].mSampleIndex;
602 *sample_index = mSampleTimeEntries[closestIndex].mSampleIndex;
607 uint32_t start_sample_index, uint32_t *sample_index, uint32_t flags) {
610 *sample_index = 0;
614 *sample_index = start_sample_index;
619 *sample_index = 0;
634 *sample_index = x;
702 *sample_index = mSyncSamples[left];
706 status_t SampleTable::findThumbnailSample(uint32_t *sample_index) {
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
counter.py 11 def __init__(self, counter, sample_index):
13 self._sample_index = sample_index
  /external/chromium_org/net/cert/
multi_log_ct_verifier_unittest.cc 162 int GetValueFromHistogram(std::string histogram_name, int sample_index) {
170 return samples->GetCount(sample_index);
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 476 for (int sample_index = SkMax32(0, sample_x - 4), coeff_index = sample_index - (sample_x - 4)
477 ; sample_index < SkMin32(sample_x + 8, sample_width)
478 ; ++sample_index, ++coeff_index)
480 int sample_value = srcP[sample_index];
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 476 for (int sample_index = SkMax32(0, sample_x - 4), coeff_index = sample_index - (sample_x - 4)
477 ; sample_index < SkMin32(sample_x + 8, sample_width)
478 ; ++sample_index, ++coeff_index)
480 int sample_value = srcP[sample_index];
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.timeline.counter.html 94 <dl><dt><a name="CounterSample-__init__"><strong>__init__</strong></a>(self, counter, sample_index)</dt></dl>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 244 "SAMPLE_INDEX",
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 566 struct brw_reg sample_index; member in class:brw_blorp_blit_program
785 this->sample_index
801 * S can be used to quickly refer to sample_index.
807 #define S sample_index
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 244 "SAMPLE_INDEX",
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 566 struct brw_reg sample_index; member in class:brw_blorp_blit_program
785 this->sample_index
801 * S can be used to quickly refer to sample_index.
807 #define S sample_index
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 426 png_uint_32 x, unsigned int sample_index)
444 bit_index += sample_index * bit_depth;
    [all...]

Completed in 1072 milliseconds