Home
last modified time | relevance | path

Searched refs:unpack_format (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dfont_data_generator_xml.py61 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/
Dfont_data_generator_xml.py61 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/
Dvideo-blend.c334 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()
Dvideo-format.h421 GstVideoFormat unpack_format; member
Dvideo-converter.c408 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 …]
Dvideo-format.c4385 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/
Daudio-format.h248 GstAudioFormat unpack_format; member
Daudio-converter.c719 convert->current_format = in->finfo->unpack_format; in chain_unpack()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c436 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/
Dgstvideotestsrc.c913 info.chroma_site, 0, info.finfo->unpack_format, -info.finfo->w_sub[2], in gst_video_test_src_setcaps()
Dvideotestsrc.c1246 uinfo = gst_video_format_get_info (finfo->unpack_format); in convert_hline_generic()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c1226 switch (src->info.finfo->unpack_format) { in gst_audio_test_src_change_wave()
/third_party/gstreamer/gstplugins_base/
DChangeLog85520 Replace the unpack_size with an unpack_format, which is more descriptive of the