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

1 2 3

  /frameworks/av/media/extractors/mp4/
SampleTable.h 80 uint32_t *sample_index, uint32_t flags);
83 uint32_t start_sample_index, uint32_t *sample_index,
86 status_t findThumbnailSample(uint32_t *sample_index);
152 size_t sample_index, uint64_t scale_num, uint64_t scale_den) const {
153 return (sample_index < (size_t)mNumSampleSizes && mSampleTimeEntries != NULL
155 ? (mSampleTimeEntries[sample_index].mCompositionTime * scale_num) / scale_den : 0;
158 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
SampleTable.cpp 720 uint32_t *sample_index, uint32_t flags) {
731 *sample_index = mSampleTimeEntries[req_time].mSampleIndex;
747 *sample_index = mSampleTimeEntries[center].mSampleIndex;
796 *sample_index = mSampleTimeEntries[closestIndex].mSampleIndex;
801 uint32_t start_sample_index, uint32_t *sample_index, uint32_t flags) {
804 *sample_index = 0;
808 *sample_index = start_sample_index;
813 *sample_index = 0;
828 *sample_index = x;
896 *sample_index = mSyncSamples[left]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 118 si := pprofVariables["sample_index"].value
126 pprofVariables.set("sample_index", si)
306 " -inuse_space Same as -sample_index=inuse_space\n" +
307 " -inuse_objects Same as -sample_index=inuse_objects\n" +
308 " -alloc_space Same as -sample_index=alloc_space\n" +
309 " -alloc_objects Same as -sample_index=alloc_objects\n" +
310 " -total_delay Same as -sample_index=delay\n" +
311 " -contentions Same as -sample_index=contentions\n" +
312 " -mean_delay Same as -mean -sample_index=delay\n" +
interactive.go 38 pprofVariables["sample_index"].help += fmt.Sprintf("Or use sample_index=name, with name in %v.\n", sampleTypes(p))
70 if name == "sample_index" {
71 // Error check sample_index=xxx to ensure xxx is a valid sample type.
157 command := fmt.Sprintf("sample_index=%s", st.Type)
196 case n == "sample_index":
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 118 si := pprofVariables["sample_index"].value
126 pprofVariables.set("sample_index", si)
306 " -inuse_space Same as -sample_index=inuse_space\n" +
307 " -inuse_objects Same as -sample_index=inuse_objects\n" +
308 " -alloc_space Same as -sample_index=alloc_space\n" +
309 " -alloc_objects Same as -sample_index=alloc_objects\n" +
310 " -total_delay Same as -sample_index=delay\n" +
311 " -contentions Same as -sample_index=contentions\n" +
312 " -mean_delay Same as -mean -sample_index=delay\n" +
interactive.go 38 pprofVariables["sample_index"].help += fmt.Sprintf("Or use sample_index=name, with name in %v.\n", sampleTypes(p))
70 if name == "sample_index" {
71 // Error check sample_index=xxx to ensure xxx is a valid sample type.
157 command := fmt.Sprintf("sample_index=%s", st.Type)
196 case n == "sample_index":
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
index.go 40 return 0, fmt.Errorf("sample_index %s is outside the range [0..%d]", sampleIndex, len(p.SampleType)-1)
55 return 0, fmt.Errorf("sample_index %q must be one of: %v", sampleIndex, sampleTypes(p))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
index.go 40 return 0, fmt.Errorf("sample_index %s is outside the range [0..%d]", sampleIndex, len(p.SampleType)-1)
55 return 0, fmt.Errorf("sample_index %q must be one of: %v", sampleIndex, sampleTypes(p))
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 55 nir_ssa_def *coord = NULL, *sample_index = NULL; local
64 sample_index = txf_ms->src[i].src.ssa;
71 assert(sample_index);
117 nir_ssa_def *sample_addr = nir_ishl(b, sample_index, nir_imm_int(b, 4));
  /external/mesa3d/src/gallium/drivers/radeon/
cayman_msaa.c 82 unsigned sample_index, float *out_value)
94 offset = 4 * (sample_index * 2);
101 offset = 4 * (sample_index * 2);
108 offset = 4 * (sample_index % 4 * 2);
109 index = (sample_index / 4) * 4;
116 offset = 4 * (sample_index % 4 * 2);
117 index = (sample_index / 4) * 4;
  /external/iproute2/tc/
m_sample.c 23 fprintf(stderr, "\tSAMPLE_CONF := SAMPLE_PARAMS | SAMPLE_INDEX\n");
24 fprintf(stderr, "\tSAMPLE_PARAMS := rate RATE group GROUP [trunc SIZE] [SAMPLE_INDEX]\n");
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.h 55 unsigned sample_index,
ilo_render.c 116 unsigned sample_index,
122 sample_count, sample_index, &off_x, &off_y);
ilo_draw.c 623 unsigned sample_index,
629 sample_count, sample_index,
  /external/mesa3d/src/compiler/glsl/
ir_equals.cpp 178 if (!lod_info.sample_index->equals(other->lod_info.sample_index, ignore))
ir_clone.cpp 235 new_tex->lod_info.sample_index = this->lod_info.sample_index->clone(mem_ctx, ht);
ir_rvalue_visitor.cpp 73 handle_rvalue(&ir->lod_info.sample_index);
  /external/tensorflow/tensorflow/examples/speech_commands/
input_data.py 439 sample_index = i
441 sample_index = np.random.randint(len(candidates))
442 sample = candidates[sample_index]
520 sample_index = i
522 sample_index = np.random.randint(len(candidates))
523 sample = candidates[sample_index]
  /external/mesa3d/src/amd/vulkan/
si_cmd_buffer.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 417 unsigned sample_count, unsigned sample_index,
452 xy[0] = ptr[sample_index][0] * 0.0625f;
453 xy[1] = ptr[sample_index][1] * 0.0625f;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 545 unsigned sample_count, unsigned sample_index,
554 xy[0] = ptr[sample_index][0] * 0.0625f;
555 xy[1] = ptr[sample_index][1] * 0.0625f;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.h 289 uint8_t sample_count, uint8_t sample_index,
ilo_state_raster.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 360 char *sample_index; local
364 sample_index = "gl_SampleID";
382 sample_index = "0";
416 sample_index);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 702 unsigned sample_count, unsigned sample_index,
761 pos_out[0] = positions[sample_index][0];
762 pos_out[1] = positions[sample_index][1];

Completed in 832 milliseconds

1 2 3