Home
last modified time | relevance | path

Searched refs:COLOR_SPACE_BT2020 (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Djpeg2000.h121 COLOR_SPACE_BT2020 },
124 COLOR_SPACE_BT2020 },
H A Dvpx.c244 v->space = COLOR_SPACE_BT2020; in Decode()
H A Dx264.c906 case COLOR_SPACE_BT2020: in Open()
H A Dvideotoolbox.m1154 case COLOR_SPACE_BT2020:
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Diso_color_tables.h175 [ISO_23001_8_MC_BT_2020_NCL] = COLOR_SPACE_BT2020,
176 [ISO_23001_8_MC_BT_2020_CL] = COLOR_SPACE_BT2020,
H A Dhxxx_nal.h168 return COLOR_SPACE_BT2020; in hxxx_matrix_coeffs_to_vlc()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DC.java562 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
578 public static final int COLOR_SPACE_BT2020 = 0x06;
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java562 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
578 public static final int COLOR_SPACE_BT2020 = 0x06;
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h300 COLOR_SPACE_BT2020, enumerator
304 #define COLOR_SPACE_MAX COLOR_SPACE_BT2020
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Davcommon.h146 case COLOR_SPACE_BT2020: in set_video_color_settings()
H A Dvideo.c235 fmt->space = COLOR_SPACE_BT2020; in lavc_GetVideoFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Ddemux.c453 es_fmt.video.space = COLOR_SPACE_BT2020; in InitVideo()
461 es_fmt.video.space = COLOR_SPACE_BT2020; in InitVideo()
516 es_fmt.video.space = COLOR_SPACE_BT2020; in InitVideo()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java890 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
903 public static final int COLOR_SPACE_BT2020 = MediaFormat.COLOR_STANDARD_BT2020; field in C
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java890 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
903 public static final int COLOR_SPACE_BT2020 = MediaFormat.COLOR_STANDARD_BT2020; field in C
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java890 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
903 public static final int COLOR_SPACE_BT2020 = MediaFormat.COLOR_STANDARD_BT2020; field in C
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c631 COLOR_SPACE_BT2020, in SetupVideoES()
632 COLOR_SPACE_BT2020, in SetupVideoES()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dfragment_shaders.c276 case COLOR_SPACE_BT2020: in tc_yuv_base_init()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dd3d11_quad.c927 case COLOR_SPACE_BT2020: in D3D11_SetupQuad()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java760 currentTrack.colorSpace = C.COLOR_SPACE_BT2020; in integerElement()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java760 currentTrack.colorSpace = C.COLOR_SPACE_BT2020; in integerElement()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java893 currentTrack.colorSpace = C.COLOR_SPACE_BT2020; in integerElement()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java893 currentTrack.colorSpace = C.COLOR_SPACE_BT2020; in integerElement()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java893 currentTrack.colorSpace = C.COLOR_SPACE_BT2020; in integerElement()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c3249 [COLOR_SPACE_BT2020] = "ITU-R BT.2020", in EsOutUpdateInfo()