Home
last modified time | relevance | path

Searched refs:sample_type (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflacdsp_template.c27 #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
Dcfhd.h156 int sample_type; member
Dcfhd.c103 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/
Dll_prof.py608 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/
Dcve-2015-3290.c329 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
/third_party/libbpf/include/uapi/linux/
Dperf_event.h407 __u64 sample_type; member
/third_party/ffmpeg/libavformat/
Davisynth.c759 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/
Dvalidate_image.cpp1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
1131 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
Dvalidate_extensions.cpp1444 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/
Dvalidate_image.cpp1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
1131 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
Dvalidate_extensions.cpp1444 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/
Dvalidate_image.cpp1143 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
1144 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
Dvalidate_extensions.cpp1473 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/
DFullGuide.md305 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/
Dlp_bld_tgsi_soa.c2283 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/
Dlibbpf.c12965 attr.sample_type = PERF_SAMPLE_RAW;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h7240 __u64 sample_type; member
74425 unsigned int sample_type: 1; member