/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | nvcuvid.h | 101 …unsigned char bit_depth_chroma_minus8; /**< OUT: high bit depth chroma. E.g, 2 for 10-bitdepth, 4… member
|
D | cuviddec.h | 310 unsigned char bit_depth_chroma_minus8; // Must be 0 (only 8-bit supported) member 516 unsigned char bit_depth_chroma_minus8; member
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | dxva.h | 141 UCHAR bit_depth_chroma_minus8; member 235 USHORT bit_depth_chroma_minus8 : 3; member
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_h265_syntax_template.c | 734 : current->bit_depth_chroma_minus8 + 8; in FUNC() 837 ue(bit_depth_chroma_minus8, 0, 8); in FUNC() 907 0, current->bit_depth_chroma_minus8 + 8 - 1); in FUNC() 988 ue(log2_sao_offset_scale_chroma, 0, FFMAX(0, sps->bit_depth_chroma_minus8 - 2)); in FUNC() 1242 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in FUNC() 1243 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in FUNC() 1283 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in FUNC() 1284 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in FUNC()
|
D | nvdec_h264.c | 89 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in nvdec_h264_start_frame()
|
D | vaapi_encode_h265.c | 422 sps->bit_depth_chroma_minus8 = bit_depth - 8; in vaapi_encode_h265_init_sequence_params() 581 .bit_depth_chroma_minus8 = sps->bit_depth_chroma_minus8, in vaapi_encode_h265_init_sequence_params()
|
D | cbs_h264.h | 129 uint8_t bit_depth_chroma_minus8; member
|
D | vaapi_h264.c | 244 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in vaapi_h264_start_frame()
|
D | nvdec_hevc.c | 133 .bit_depth_chroma_minus8 = sps->bit_depth - 8, in nvdec_hevc_start_frame()
|
D | vdpau_hevc.c | 59 info->bit_depth_chroma_minus8 = sps->bit_depth - 8; in vdpau_hevc_start_frame()
|
D | cbs_h265.h | 277 uint8_t bit_depth_chroma_minus8; member
|
D | cbs_h264_syntax_template.c | 298 ue(bit_depth_chroma_minus8, 0, 6); in FUNC() 323 infer(bit_depth_chroma_minus8, 0); in FUNC()
|
D | dxva2_h264.c | 121 pp->bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8; in fill_picture_parameters()
|
D | vaapi_encode_h264.c | 559 .bit_depth_chroma_minus8 = sps->bit_depth_chroma_minus8, in vaapi_encode_h264_init_sequence_params()
|
D | vaapi_hevc.c | 159 .bit_depth_chroma_minus8 = sps->bit_depth - 8, in vaapi_hevc_start_frame()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph265depay.c | 417 bit_depth_luma_minus8, bit_depth_chroma_minus8, in gst_rtp_h265_set_src_caps() local 478 gst_rtp_read_golomb (&br, &bit_depth_chroma_minus8); /* bit_depth_chroma_minus8 */ in gst_rtp_h265_set_src_caps() 509 data[18] = 0xf8 | bit_depth_chroma_minus8; in gst_rtp_h265_set_src_caps()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 699 guint8 bit_depth_chroma_minus8; member
|
D | gsth265parser.h | 816 guint8 bit_depth_chroma_minus8; member
|
D | gsth264parser.c | 1593 READ_UE_MAX (nr, sps->bit_depth_chroma_minus8, 6); in gst_h264_parse_sps_data()
|
D | gsth265parser.c | 1696 READ_UE_MAX (&nr, sps->bit_depth_chroma_minus8, 6); in gst_h265_parse_sps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1262 data[18] = 0xf8 | sps->bit_depth_chroma_minus8; in gst_h265_parse_make_codec_data() 1723 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h265_parse_update_src_caps()
|
D | gsth264parse.c | 2034 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h264_parse_update_src_caps()
|