Home
last modified time | relevance | path

Searched defs:sample (Results 551 - 575 of 763) sorted by relevance

1...<<2122232425262728293031

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_hwlat.c130 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 Dpsi.c534 u32 sample; in update_averages() local
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c653 struct snd_sf_sample *sample; set_sample() local
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dsfnt_info.h71 unsigned short sample; member
105 unsigned short sample; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dsfnt_info.h81 unsigned short sample; member
115 unsigned short sample; member
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c119 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 Ddnxhdenc.c989 const int sample = (unsigned) pix[j] >> 6; in dnxhd_mb_var_thread() local
H A Dadpcm.c641 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 Davf_showwaves.c185 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 Daf_silenceremove.c179 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 Daf_anequalizer.c716 double sample = bptr[n]; in filter_channels() local
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp389 UnicodeString sample = uscript_getSampleUnicodeString((UScriptCode)script); in getCharScript() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c133 unsigned layer, sample, checked_last_layer, max_layer; in si_blit_dbcb_copy() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c870 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 Dshared.c787 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 Dpicotls.c339 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 Dlp_texture.c671 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 Dplurults.cpp574 DecimalQuantity sample in testGetOrAddSamplesFromString() local
621 DecimalQuantity sample = values[i]; testGetOrAddSamplesFromStringCompactNotation() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.h79 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 Dcpu-profiler.cc51 TickSample* sample = processor_->StartTickSample(); variable
171 AddSample(TickSample sample) AddSample() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gv100.cpp972 int sample; in gv100_interpApply() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c121 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 DvktDrawMultipleInterpolationTests.cpp280 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 DvktDrawMultipleInterpolationTests.cpp282 std::map<std::string, std::string> sample = replacements; in initPrograms() local
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp262 SkString sample = this->invokeChild(kTexEffectIndex, args, "coord"); in onMakeProgramImpl() local

Completed in 38 milliseconds

1...<<2122232425262728293031