Home
last modified time | relevance | path

Searched refs:format_type (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
Dsdlgenblit.pl52 my %format_type = (
375 $format_type{$src} *src = 0;
376 $format_type{$dst} *dst = ($format_type{$dst} *)info->dst;
390 … src = ($format_type{$src} *)(info->src + (srcy * info->src_pitch) + (srcx * $format_size{$src}));
408 $format_type{$src} *src = ($format_type{$src} *)info->src;
409 $format_type{$dst} *dst = ($format_type{$dst} *)info->dst;
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcoremediabuffer.c223 OSType format_type; in gst_video_info_init_from_pixel_buffer() local
228 format_type = CVPixelBufferGetPixelFormatType (pixel_buf); in gst_video_info_init_from_pixel_buffer()
229 video_format = gst_core_media_buffer_get_video_format (format_type); in gst_video_info_init_from_pixel_buffer()
Dcorevideobuffer.c241 OSType format_type; in gst_core_video_info_init_from_pixel_buffer() local
246 format_type = CVPixelBufferGetPixelFormatType (pixel_buf); in gst_core_video_info_init_from_pixel_buffer()
247 video_format = gst_core_video_get_video_format (format_type); in gst_core_video_info_init_from_pixel_buffer()
/third_party/node/deps/histogram/src/
Dhdr_histogram.h445 } format_type; typedef
461 double value_scale, format_type format);
Dhdr_histogram.c904 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string()
1083 static const char* format_head_string(format_type format) in format_head_string()
1102 double value_scale, format_type format) in hdr_percentiles_print()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c113 static GType format_type = 0; in gst_msdkh264enc_frame_packing_get_type() local
122 if (!format_type) { in gst_msdkh264enc_frame_packing_get_type()
123 format_type = in gst_msdkh264enc_frame_packing_get_type()
127 return format_type; in gst_msdkh264enc_frame_packing_get_type()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c559 uint32_t format_type, normalize; in etna_vertex_elements_state_create() local
575 format_type = translate_vertex_format_type(elements[idx].src_format); in etna_vertex_elements_state_create()
578 assert(format_type != ETNA_NO_MATCH); in etna_vertex_elements_state_create()
584 format_type | in etna_vertex_elements_state_create()
592 format_type | in etna_vertex_elements_state_create()
/third_party/ffmpeg/libavformat/
Dwtvenc.c261 const ff_asf_guid *g, *media_type, *format_type; in write_stream_codec_info() local
270format_type = st->codecpar->codec_id == AV_CODEC_ID_MPEG2VIDEO ? &ff_format_mpeg2_video : &ff_form… in write_stream_codec_info()
275 format_type = &ff_format_waveformatex; in write_stream_codec_info()
293 format_type = &ff_format_none; in write_stream_codec_info()
312 ff_put_guid(pb, format_type); // actual_formattype in write_stream_codec_info()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Ddatum_type_parser_test.cc152 FormatType format_type; member
165 ASSERT_EQ(test_data.format_type, fmt.GetFormatType()) << test_data.name; in TEST_P()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h84 const GUID sub_type, const GUID format_type);
Dgstdshow.cpp144 const GUID format_type) in gst_dshow_check_mediatype() argument
154 UuidCompare (&media_type->formattype, (UUID *) & format_type, in gst_dshow_check_mediatype()
/third_party/libcoap/src/
Dcoap_debug.c416 print_content_format(unsigned int format_type, in print_content_format() argument
457 if (format_type == formats[i].type) { in print_content_format()
463 return snprintf((char *)result, buflen, "%d", format_type); in print_content_format()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member
990 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) { in blend_fallback()
1269 bqs->format_type[i] = desc->channel[0].type; in choose_blend_quad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2626 const uint32_t format_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2629 if (!_.GetPointerTypeInfo(format_type, &format_data_type, in ValidateExtInst()
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp2655 const uint32_t format_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2658 if (!_.GetPointerTypeInfo(format_type, &format_data_type, in ValidateExtInst()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp2626 const uint32_t format_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2629 if (!_.GetPointerTypeInfo(format_type, &format_data_type, in ValidateExtInst()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59680 enum format_type { enum