/third_party/ffmpeg/libavcodec/ |
H A D | flacdsp_template.c | 27 #undef sample_type macro 32 # define sample_type int32_t macro 34 # define sample_type int16_t macro 39 # define sample sample_type * 44 # define sample sample_type
|
H A D | cfhd.h | 156 int sample_type; member
|
H A 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 } else if (s->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/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.h | 35 int valid_bit_depth, int sample_type); 39 int valid_bit_depth, int sample_type);
|
H A D | ssp-process.c | 631 tr->format |= SET_BITS(23, 16, aux->tr_start.sample_type); in ssp_calculate_intern_ext() 649 tr->format |= SET_BITS(23, 16, aux->tr_stop.sample_type); in ssp_calculate_intern_ext() 1072 int valid_bit_depth, int sample_type) in ssp_tr_start_set_params() 1094 tr->sample_type = sample_type; in ssp_tr_start_set_params() 1102 int valid_bit_depth, int sample_type) in ssp_tr_stop_set_params() 1124 tr->sample_type = sample_type; in ssp_tr_stop_set_params() 1069 ssp_tr_start_set_params(struct intel_nhlt_params *nhlt, int sampling_frequency, int bit_depth, int channel_map, int channel_config, int interleaving_style, int number_of_channels, int valid_bit_depth, int sample_type) ssp_tr_start_set_params() argument 1099 ssp_tr_stop_set_params(struct intel_nhlt_params *nhlt, int sampling_frequency, int bit_depth, int channel_map, int channel_config, int interleaving_style, int number_of_channels, int valid_bit_depth, int sample_type) ssp_tr_stop_set_params() argument
|
H A D | ssp-debug.c | 188 fprintf(stdout, "aux tr start sample_types %u\n", tr->sample_type); in ssp_print_internal() 200 fprintf(stdout, "aux tr start sample_types %u\n", tr->sample_type); in ssp_print_internal()
|
H A D | ssp-internal.h | 41 uint32_t sample_type; member
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 78 long sample_type; in set_tr_start_config() local 89 {"sample_type", SND_CONFIG_TYPE_INTEGER, NULL, &sample_type, NULL}, in set_tr_start_config() 99 valid_bit_depth,sample_type); in set_tr_start_config() 111 long sample_type; in set_tr_stop_config() local 122 {"sample_type", SND_CONFIG_TYPE_INTEGER, NULL, &sample_type, NULL}, in set_tr_stop_config() 132 valid_bit_depth,sample_type); in set_tr_stop_config()
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 503 ("sample_type", "u64"), 545 # perf_event_attr.sample_type bits control the set of 608 perf_event_attr.sample_type) 610 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0 658 def _SampleEventBodyDesc(self, sample_type): 659 assert (sample_type & PERF_SAMPLE_READ) == 0, \ 663 if (bit & sample_type) != 0]
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 329 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 136 * Bits that can be set in attr.sample_type to request information 407 __u64 sample_type; member 437 sample_id_all : 1, /* sample_type all events */ 838 * have the sample_type selected fields related to where/when
|
/third_party/ffmpeg/libavformat/ |
H A 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/spirv-tools/source/val/ |
H A 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()
|
H A 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/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A 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()
|
H A 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/ |
H A D | validate_image.cpp | 1195 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local 1196 if (!sample_type || !_.IsIntScalarType(sample_type)) { in ValidateImageTexelPointer()
|
H A D | validate_extensions.cpp | 1773 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1774 if (!_.IsIntScalarType(sample_type) || in ValidateExtInst() 1775 _.GetBitWidth(sample_type) != 32) { in ValidateExtInst()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 2283 enum lp_sampler_op_type sample_type, in emit_sample() 2297 unsigned sample_key = sample_type << LP_SAMPLER_OP_TYPE_SHIFT; in emit_sample() 2279 emit_sample(struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, boolean compare, enum lp_sampler_op_type sample_type, LLVMValueRef *texel) emit_sample() argument
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 12965 attr.sample_type = PERF_SAMPLE_RAW;
|