Home
last modified time | relevance | path

Searched refs:unpack_format (Results 1 – 14 of 14) 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_bad/sys/nvcodec/
Dcuda-converter.c2003 GstVideoFormat unpack_format; in cuda_converter_lookup_path() local
2021 unpack_format = GST_VIDEO_FORMAT_ARGB64; in cuda_converter_lookup_path()
2025 unpack_format = GST_VIDEO_FORMAT_ARGB; in cuda_converter_lookup_path()
2031 unpack_format, GST_VIDEO_INFO_WIDTH (in_info), in cuda_converter_lookup_path()
2078 GstVideoFormat unpack_format; in cuda_converter_lookup_path() local
2087 unpack_format = GST_VIDEO_FORMAT_ARGB64; in cuda_converter_lookup_path()
2090 unpack_format = GST_VIDEO_FORMAT_ARGB; in cuda_converter_lookup_path()
2095 unpack_format, GST_VIDEO_INFO_WIDTH (in_info), in cuda_converter_lookup_path()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c340 dunpackinfo = gst_video_format_get_info (dinfo->unpack_format); in gst_video_blend()
341 sunpackinfo = gst_video_format_get_info (sinfo->unpack_format); in gst_video_blend()
513 gst_video_format_to_string (dinfo->unpack_format)); in gst_video_blend()
Dvideo-format.h580 GstVideoFormat unpack_format; member
Dvideo-converter.c385 GstVideoFormat unpack_format; member
858 convert->current_format = convert->unpack_format; in chain_unpack_line()
1387 uinfo = gst_video_format_get_info (convert->unpack_format); in compute_matrix_to_RGB()
2108 convert->out_info.finfo->unpack_format); in chain_pack()
2112 convert->out_info.finfo->format, convert->out_info.finfo->unpack_format); in chain_pack()
2419 convert->unpack_format = in_info->finfo->unpack_format; in gst_video_converter_new_with_pool()
2420 finfo = gst_video_format_get_info (convert->unpack_format); in gst_video_converter_new_with_pool()
2431 convert->pack_format = out_info->finfo->unpack_format; in gst_video_converter_new_with_pool()
2857 sfinfo->unpack_format, sfinfo->w_sub[2], sfinfo->h_sub[2]); in video_converter_compute_resample()
2861 GST_VIDEO_CHROMA_FLAG_INTERLACED, dfinfo->unpack_format, in video_converter_compute_resample()
[all …]
Dvideo-format.c4800 unpack_info = gst_video_format_get_info (info->unpack_format); in unpack_NV12_TILED()
4856 pack_info = gst_video_format_get_info (info->unpack_format); in pack_NV12_TILED()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.h248 GstAudioFormat unpack_format; member
Daudio-converter.c720 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.c925 info.chroma_site, 0, info.finfo->unpack_format, -info.finfo->w_sub[2], in gst_video_test_src_setcaps()
Dvideotestsrc.c1631 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/
DChangeLog98531 Replace the unpack_size with an unpack_format, which is more descriptive of the