Home
last modified time | relevance | path

Searched refs:profile_size (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp577 guint profile_size = 0; in gst_d3d11_decoder_get_supported_decoder_profile() local
590 profile_size = G_N_ELEMENTS (profile_h264_list); in gst_d3d11_decoder_get_supported_decoder_profile()
596 profile_size = G_N_ELEMENTS (profile_hevc_list); in gst_d3d11_decoder_get_supported_decoder_profile()
599 profile_size = G_N_ELEMENTS (profile_hevc_10_list); in gst_d3d11_decoder_get_supported_decoder_profile()
605 profile_size = G_N_ELEMENTS (profile_vp8_list); in gst_d3d11_decoder_get_supported_decoder_profile()
611 profile_size = G_N_ELEMENTS (profile_vp9_list); in gst_d3d11_decoder_get_supported_decoder_profile()
614 profile_size = G_N_ELEMENTS (profile_vp9_10_list); in gst_d3d11_decoder_get_supported_decoder_profile()
620 profile_size = G_N_ELEMENTS (profile_mpeg2_list); in gst_d3d11_decoder_get_supported_decoder_profile()
625 profile_size = G_N_ELEMENTS (profile_av1_list); in gst_d3d11_decoder_get_supported_decoder_profile()
670 for (i = 0; i < profile_size; i++) { in gst_d3d11_decoder_get_supported_decoder_profile()
[all …]
/third_party/skia/src/core/
DSkBlurMask.cpp374 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local
377 unsigned int sw = width - profile_size; in ComputeBlurredScanline()
380 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()
385 if (profile_size <= sw) { in ComputeBlurredScanline()
/third_party/flutter/skia/src/core/
DSkBlurMask.cpp373 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local
376 unsigned int sw = width - profile_size; in ComputeBlurredScanline()
379 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()
384 if (profile_size <= sw) { in ComputeBlurredScanline()
/third_party/cups-filters/filter/
Drastertopdf.cpp448 size_t profile_size; in embedIccProfile() local
450 unsigned int profile_size; in embedIccProfile() local
478 cmsSaveProfileToMem(colorProfile, NULL, &profile_size); in embedIccProfile()
480 (unsigned char *)calloc(profile_size, sizeof(unsigned char)); in embedIccProfile()
481 cmsSaveProfileToMem(colorProfile, buff, &profile_size); in embedIccProfile()
484 ph = new Buffer(buff, profile_size); in embedIccProfile()
/third_party/pulseaudio/src/modules/
Dmodule-equalizer-sink.c916 const size_t profile_size = CHANNEL_PROFILE_SIZE(u) * sizeof(float); in save_profile() local
920 profile = pa_xnew0(float, profile_size); in save_profile()
933 data.size = profile_size; in save_profile()
995 const size_t profile_size = CHANNEL_PROFILE_SIZE(u) * sizeof(float); in load_profile() local
999 if (value.size == profile_size) { in load_profile()