/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | sdlgenblit.pl | 52 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/ |
D | coremediabuffer.c | 223 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()
|
D | corevideobuffer.c | 241 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/ |
D | hdr_histogram.h | 445 } format_type; typedef 461 double value_scale, format_type format);
|
D | hdr_histogram.c | 904 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/ |
D | gstmsdkh264enc.c | 113 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/ |
D | etnaviv_state.c | 559 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/ |
D | wtvenc.c | 261 const ff_asf_guid *g, *media_type, *format_type; in write_stream_codec_info() local 270 …format_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/ |
D | datum_type_parser_test.cc | 152 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/ |
D | gstdshow.h | 84 const GUID sub_type, const GUID format_type);
|
D | gstdshow.cpp | 144 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/ |
D | coap_debug.c | 416 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/ |
D | sp_quad_blend.c | 61 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/ |
D | validate_extensions.cpp | 2626 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/ |
D | validate_extensions.cpp | 2655 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/ |
D | validate_extensions.cpp | 2626 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/ |
D | vmlinux.h | 59680 enum format_type { enum
|