Searched refs:unpack_format (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
D | font_data_generator_xml.py | 61 unpack_format = 'xc' * (len(name)/2) 63 return reduce(lambda a, h: a + h, struct.unpack(unpack_format, name), '')
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/ |
D | font_data_generator_xml.py | 61 unpack_format = 'xc' * (len(name)/2) 63 return reduce(lambda a, h: a + h, struct.unpack(unpack_format, name), '')
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-blend.c | 334 dunpackinfo = gst_video_format_get_info (dinfo->unpack_format); in gst_video_blend() 335 sunpackinfo = gst_video_format_get_info (sinfo->unpack_format); in gst_video_blend() 473 gst_video_format_to_string (dinfo->unpack_format)); in gst_video_blend()
|
D | video-format.h | 421 GstVideoFormat unpack_format; member
|
D | video-converter.c | 408 GstVideoFormat unpack_format; member 870 convert->current_format = convert->unpack_format; in chain_unpack_line() 1398 uinfo = gst_video_format_get_info (convert->unpack_format); in compute_matrix_to_RGB() 2084 convert->out_info.finfo->unpack_format); in chain_pack() 2088 convert->out_info.finfo->format, convert->out_info.finfo->unpack_format); in chain_pack() 2366 convert->unpack_format = in_info->finfo->unpack_format; in gst_video_converter_new() 2367 finfo = gst_video_format_get_info (convert->unpack_format); in gst_video_converter_new() 2378 convert->pack_format = out_info->finfo->unpack_format; in gst_video_converter_new() 2721 sfinfo->unpack_format, sfinfo->w_sub[2], sfinfo->h_sub[2]); in video_converter_compute_resample() 2725 GST_VIDEO_CHROMA_FLAG_INTERLACED, dfinfo->unpack_format, in video_converter_compute_resample() [all …]
|
D | video-format.c | 4385 unpack_info = gst_video_format_get_info (info->unpack_format); in unpack_NV12_64Z32() 4440 pack_info = gst_video_format_get_info (info->unpack_format); in pack_NV12_64Z32()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-format.h | 248 GstAudioFormat unpack_format; member
|
D | audio-converter.c | 719 convert->current_format = in->finfo->unpack_format; in chain_unpack()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 436 unpackinfo = gst_video_format_get_info (vfinfo->unpack_format); in GST_START_TEST() 2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST() 2236 res.outfmt = finfo->unpack_format; in GST_START_TEST() 2260 res.infmt = finfo->unpack_format; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 913 info.chroma_site, 0, info.finfo->unpack_format, -info.finfo->w_sub[2], in gst_video_test_src_setcaps()
|
D | videotestsrc.c | 1246 uinfo = gst_video_format_get_info (finfo->unpack_format); in convert_hline_generic()
|
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/ |
D | gstaudiotestsrc.c | 1226 switch (src->info.finfo->unpack_format) { in gst_audio_test_src_change_wave()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 85520 Replace the unpack_size with an unpack_format, which is more descriptive of the
|