| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_hwlat.c | 130 static void trace_hwlat_sample(struct hwlat_sample *sample) in trace_hwlat_sample() argument 208 u64 sample = 0; get_sample() local [all...] |
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | psi.c | 534 u32 sample; in update_averages() local [all...] |
| /kernel/linux/linux-6.6/sound/synth/emux/ |
| H A D | soundfont.c | 653 struct snd_sf_sample *sample; set_sample() local [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| H A D | sfnt_info.h | 71 unsigned short sample; member 105 unsigned short sample; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| H A D | sfnt_info.h | 81 unsigned short sample; member 115 unsigned short sample; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mfenc.c | 119 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts() argument 131 static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) in mf_sample_get_pts() argument 233 static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) in mf_sample_to_avpacket() argument 293 IMFSample *sample; mf_a_avframe_to_sample() local 308 IMFSample *sample; mf_v_avframe_to_sample() local 355 IMFSample *sample; mf_avframe_to_sample() local 369 mf_send_sample(AVCodecContext *avctx, IMFSample *sample) mf_send_sample() argument 413 IMFSample *sample; mf_receive_sample() local 492 IMFSample *sample = NULL; mf_receive_packet() local [all...] |
| H A D | dnxhdenc.c | 989 const int sample = (unsigned) pix[j] >> 6; in dnxhd_mb_var_thread() local
|
| H A D | adpcm.c | 641 int32_t sample = 0; in adpcm_zork_expand_nibble() local 820 int sample = sign_extend(nibble, 4) * (1 << shift); ff_adpcm_argo_expand_nibble() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_showwaves.c | 185 static int get_lin_h(int16_t sample, int height) in get_lin_h() argument 190 static int get_lin_h2(int16_t sample, in argument 195 get_log_h(int16_t sample, int height) get_log_h() argument 200 get_log_h2(int16_t sample, int height) get_log_h2() argument 205 get_sqrt_h(int16_t sample, int height) get_sqrt_h() argument 210 get_sqrt_h2(int16_t sample, int height) get_sqrt_h2() argument 215 get_cbrt_h(int16_t sample, int height) get_cbrt_h() argument 220 get_cbrt_h2(int16_t sample, int height) get_cbrt_h2() argument 619 int16_t sample = sum[ch] / (showwaves->filter_mode == FILTER_AVERAGE ? max_samples : 1); push_single_pic() local [all...] |
| H A D | af_silenceremove.c | 179 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_peak_double() local 195 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_peak_double() local 208 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_peak_float() local 224 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; in update_peak_float() local 237 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; in compute_rms_double() local 254 double sample = samples[frame->ch_layout.nb_channels * offset + ch]; update_rms_double() local 267 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; compute_rms_float() local 283 float sample = samples[frame->ch_layout.nb_channels * offset + ch]; update_rms_float() local 297 double sample = samples[offset]; compute_peak_doublep() local 313 double sample = samples[offset]; update_peak_doublep() local 326 float sample = samples[offset]; compute_peak_floatp() local 342 float sample = samples[offset]; update_peak_floatp() local 355 double sample = samples[offset]; compute_rms_doublep() local 372 double sample = samples[offset]; update_rms_doublep() local 385 float sample = samples[offset]; compute_rms_floatp() local 402 float sample = samples[offset]; update_rms_floatp() local [all...] |
| H A D | af_anequalizer.c | 716 double sample = bptr[n]; in filter_channels() local
|
| /third_party/icu/tools/unicode/c/genuca/ |
| H A D | genuca.cpp | 389 UnicodeString sample = uscript_getSampleUnicodeString((UScriptCode)script); in getCharScript() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 133 unsigned layer, sample, checked_last_layer, max_layer; in si_blit_dbcb_copy() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 870 vc4_surface_msaa_get_sample(struct pipe_surface *psurf, uint32_t x, uint32_t y, uint32_t sample) vc4_surface_msaa_get_sample() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| H A D | shared.c | 787 ngtcp2_crypto_hp_mask_cb(uint8_t *dest, const ngtcp2_crypto_cipher *hp, const ngtcp2_crypto_cipher_ctx *hp_ctx, const uint8_t *sample) ngtcp2_crypto_hp_mask_cb() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
| H A D | picotls.c | 339 ngtcp2_crypto_hp_mask(uint8_t *dest, const ngtcp2_crypto_cipher *hp, const ngtcp2_crypto_cipher_ctx *hp_ctx, const uint8_t *sample) ngtcp2_crypto_hp_mask() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_texture.c | 671 llvmpipe_transfer_map_ms( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, unsigned sample, const struct pipe_box *box, struct pipe_transfer **transfer ) llvmpipe_transfer_map_ms() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | plurults.cpp | 574 DecimalQuantity sample in testGetOrAddSamplesFromString() local 621 DecimalQuantity sample = values[i]; testGetOrAddSamplesFromStringCompactNotation() local [all...] |
| /third_party/node/deps/v8/src/logging/ |
| H A D | counters.h | 79 void AddHistogramSample(void* histogram, int sample) { in AddHistogramSample() argument 634 AddHistogramSample(void* histogram, int sample) AddHistogramSample() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | cpu-profiler.cc | 51 TickSample* sample = processor_->StartTickSample(); variable 171 AddSample(TickSample sample) AddSample() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_gv100.cpp | 972 int sample; in gv100_interpApply() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 121 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; in r600_blit_decompress_depth() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawMultipleInterpolationTests.cpp | 280 std::map<std::string, std::string> sample = replacements; in initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawMultipleInterpolationTests.cpp | 282 std::map<std::string, std::string> sample = replacements; in initPrograms() local [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMorphologyImageFilter.cpp | 262 SkString sample = this->invokeChild(kTexEffectIndex, args, "coord"); in onMakeProgramImpl() local
|