Home
last modified time | relevance | path

Searched refs:format_out (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sampler.c69 VkFormat *format_out) in vk_sampler_border_color_value()
76 if (format_out) in vk_sampler_border_color_value()
77 *format_out = border_color_info->format; in vk_sampler_border_color_value()
81 if (format_out) in vk_sampler_border_color_value()
82 *format_out = VK_FORMAT_UNDEFINED; in vk_sampler_border_color_value()
68 vk_sampler_border_color_value(const VkSamplerCreateInfo *pCreateInfo, VkFormat *format_out) vk_sampler_border_color_value() argument
H A Dvk_sampler.h39 VkFormat *format_out);
/third_party/ffmpeg/libavcodec/
H A Dmmaldec.c283 MMAL_ES_FORMAT_T *format_out = decoder->output[0]->format; in ffmal_update_format() local
293 if (!format_out) in ffmal_update_format()
303 format_out->encoding = MMAL_ENCODING_OPAQUE; in ffmal_update_format()
305 format_out->encoding_variant = format_out->encoding = MMAL_ENCODING_I420; in ffmal_update_format()
321 if ((ret = ff_set_dimensions(avctx, format_out->es->video.crop.x + format_out->es->video.crop.width, in ffmal_update_format()
322 format_out->es->video.crop.y + format_out->es->video.crop.height)) < 0) in ffmal_update_format()
325 if (format_out in ffmal_update_format()
[all...]

Completed in 2 milliseconds