Home
last modified time | relevance | path

Searched refs:original_format (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dutvideoenc.c63 uint32_t original_format; in utvideo_encode_init() local
73 original_format = UTVIDEO_RGB; in utvideo_encode_init()
78 original_format = UTVIDEO_RGBA; in utvideo_encode_init()
92 original_format = UTVIDEO_420; in utvideo_encode_init()
105 original_format = UTVIDEO_422; in utvideo_encode_init()
113 original_format = UTVIDEO_444; in utvideo_encode_init()
205 AV_WL32(avctx->extradata + 4, original_format); in utvideo_encode_init()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.h108 AudioStreamBasicDescription original_format, stream_format; member
Dgstosxcoreaudiohal.c779 core_audio->original_format)) { in _close_spdif()
859 &core_audio->original_format)) { in _acquire_spdif()
878 core_audio->original_format.mSampleRate) { in _acquire_spdif()
909 CORE_AUDIO_FORMAT_ARGS (core_audio->original_format)); in _acquire_spdif()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c3287 png_uint_32 original_format = image->image.format; in write_one_file() local
3290 original_format &= ~PNG_FORMAT_FLAG_LINEAR; in write_one_file()
3293 (original_format & BASE_FORMATS)) in write_one_file()
/third_party/libpng/contrib/libtests/
Dpngstest.c3287 png_uint_32 original_format = image->image.format; in write_one_file() local
3290 original_format &= ~PNG_FORMAT_FLAG_LINEAR; in write_one_file()
3293 (original_format & BASE_FORMATS)) in write_one_file()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c3287 png_uint_32 original_format = image->image.format; in write_one_file() local
3290 original_format &= ~PNG_FORMAT_FLAG_LINEAR; in write_one_file()
3293 (original_format & BASE_FORMATS)) in write_one_file()
/third_party/glib/glib/
Dgvariant.c4438 const gchar *original_format = format_string; in g_variant_check_format_string() local
4469 … "returns. Modify your code to use a format string without '&'.", original_format); in g_variant_check_format_string()