Home
last modified time | relevance | path

Searched refs:raw_format (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsdec.c48 self->raw_format = 0; in mix_videoconfigparamsdec_init()
163 this_target->raw_format = this_src->raw_format; in mix_videoconfigparamsdec_copy()
251 if (this_first->raw_format != this_second->raw_format) { in mix_videoconfigparamsdec_equal()
462 guint raw_format) { in mix_videoconfigparamsdec_set_raw_format() argument
466 obj->raw_format = raw_format; in mix_videoconfigparamsdec_set_raw_format()
471 guint *raw_format) { in mix_videoconfigparamsdec_get_raw_format() argument
472 MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT (obj, raw_format); in mix_videoconfigparamsdec_get_raw_format()
473 *raw_format = obj->raw_format; in mix_videoconfigparamsdec_get_raw_format()
Dmixvideoconfigparamsenc.c60 self->raw_format = MIX_RAW_TARGET_FORMAT_YUV420; in mix_videoconfigparamsenc_init()
180 this_target->raw_format = this_src->raw_format; in mix_videoconfigparamsenc_copy()
312 if (this_first->raw_format != this_second->raw_format) { in mix_videoconfigparamsenc_equal()
662 MixRawTargetFormat raw_format) { in mix_videoconfigparamsenc_set_raw_format() argument
664 obj->raw_format = raw_format; in mix_videoconfigparamsenc_set_raw_format()
669 MixRawTargetFormat * raw_format) { in mix_videoconfigparamsenc_get_raw_format() argument
670 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT (obj, raw_format); in mix_videoconfigparamsenc_get_raw_format()
671 *raw_format = obj->raw_format; in mix_videoconfigparamsenc_get_raw_format()
Dmixvideoconfigparamsdec.h80 guint raw_format; member
170 guint raw_format);
173 guint *raw_format);
Dmixvideoconfigparamsenc.h76 MixRawTargetFormat raw_format; member
240 MixRawTargetFormat raw_format);
243 MixRawTargetFormat * raw_format);