/third_party/ffmpeg/libavcodec/ |
D | flacdsp_template.c | 27 #undef sample_type 32 # define sample_type int32_t macro 34 # define sample_type int16_t macro 39 # define sample sample_type * 44 # define sample sample_type
|
D | cfhd.h | 156 int sample_type; member
|
D | cfhd.c | 103 s->sample_type = 0; in init_frame_defaults() 499 s->sample_type = data; in cfhd_decode() 692 } else if (tag == FrameIndex && data == 1 && s->sample_type == 1 && s->frame_type == 2) { in cfhd_decode() 945 if (s->transform_type == 0 && s->sample_type != 1) { in cfhd_decode() 1113 …>transform_type == 2 && (avctx->internal->is_copy || s->frame_index == 1 || s->sample_type != 1)) { in cfhd_decode() 1259 if (s->sample_type == 1) in cfhd_decode() 1308 if (s->sample_type == 1) in cfhd_decode() 1324 if (s->transform_type == 2 && s->sample_type == 1) { in cfhd_decode()
|
/third_party/node/deps/v8/tools/ |
D | ll_prof.py | 608 perf_event_attr.sample_type) 610 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0 658 def _SampleEventBodyDesc(self, sample_type): argument 659 assert (sample_type & PERF_SAMPLE_READ) == 0, \ 663 if (bit & sample_type) != 0]
|
/third_party/ltp/testcases/cve/ |
D | cve-2015-3290.c | 329 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
|
/third_party/libbpf/include/uapi/linux/ |
D | perf_event.h | 407 __u64 sample_type; member
|
/third_party/ffmpeg/libavformat/ |
D | avisynth.c | 759 switch (avs->vi->sample_type) { in avisynth_create_stream_audio() 777 "unknown AviSynth sample type %d\n", avs->vi->sample_type); in avisynth_create_stream_audio()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local 1131 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
|
D | validate_extensions.cpp | 1444 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1445 if (!_.IsIntScalarType(sample_type) || in ValidateExtInst() 1446 _.GetBitWidth(sample_type) != 32) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_image.cpp | 1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local 1131 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
|
D | validate_extensions.cpp | 1444 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1445 if (!_.IsIntScalarType(sample_type) || in ValidateExtInst() 1446 _.GetBitWidth(sample_type) != 32) { in ValidateExtInst()
|
/third_party/spirv-tools/source/val/ |
D | validate_image.cpp | 1143 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local 1144 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
|
D | validate_extensions.cpp | 1473 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1474 if (!_.IsIntScalarType(sample_type) || in ValidateExtInst() 1475 _.GetBitWidth(sample_type) != 32) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 305 memset(static_cast<sample_type*>(audioData) + result * samplesPerFrame, 0, 411 … memset(static_cast<sample_type*>(audioData) + result.value() * samplesPerFrame, 0,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2283 enum lp_sampler_op_type sample_type, in emit_sample() argument 2297 unsigned sample_key = sample_type << LP_SAMPLER_OP_TYPE_SHIFT; in emit_sample()
|
/third_party/libbpf/src/ |
D | libbpf.c | 12965 attr.sample_type = PERF_SAMPLE_RAW;
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 7240 __u64 sample_type; member 74425 unsigned int sample_type: 1; member
|