Searched refs:profile_size (Results 1 – 5 of 5) sorted by relevance
577 guint profile_size = 0; in gst_d3d11_decoder_get_supported_decoder_profile() local590 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 …]
374 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local377 unsigned int sw = width - profile_size; in ComputeBlurredScanline()380 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()385 if (profile_size <= sw) { in ComputeBlurredScanline()
373 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local376 unsigned int sw = width - profile_size; in ComputeBlurredScanline()379 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()384 if (profile_size <= sw) { in ComputeBlurredScanline()
448 size_t profile_size; in embedIccProfile() local450 unsigned int profile_size; in embedIccProfile() local478 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()
916 const size_t profile_size = CHANNEL_PROFILE_SIZE(u) * sizeof(float); in save_profile() local920 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() local999 if (value.size == profile_size) { in load_profile()