/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h264dec.cpp | 608 self, const GstH264SliceHdr * slice_header, DXVA_PicParams_H264 * params) in gst_d3d11_h264_dec_picture_params_from_slice_header() argument 610 params->sp_for_switch_flag = slice_header->sp_for_switch_flag; in gst_d3d11_h264_dec_picture_params_from_slice_header() 611 params->field_pic_flag = slice_header->field_pic_flag; in gst_d3d11_h264_dec_picture_params_from_slice_header() 612 params->CurrPic.AssociatedFlag = slice_header->bottom_field_flag; in gst_d3d11_h264_dec_picture_params_from_slice_header() 614 GST_H264_IS_I_SLICE (slice_header) || GST_H264_IS_SI_SLICE (slice_header); in gst_d3d11_h264_dec_picture_params_from_slice_header() 619 const GstH264SliceHdr * slice_header, DXVA_PicParams_H264 * params) in gst_d3d11_h264_dec_fill_picture_params() argument 624 g_return_val_if_fail (slice_header->pps != NULL, FALSE); in gst_d3d11_h264_dec_fill_picture_params() 625 g_return_val_if_fail (slice_header->pps->sequence != NULL, FALSE); in gst_d3d11_h264_dec_fill_picture_params() 627 pps = slice_header->pps; in gst_d3d11_h264_dec_fill_picture_params() 638 sps, slice_header->field_pic_flag, params); in gst_d3d11_h264_dec_fill_picture_params() [all …]
|
D | gstd3d11h265dec.cpp | 567 self, const GstH265SliceHdr * slice_header, DXVA_PicParams_HEVC * params) in gst_d3d11_h265_dec_picture_params_from_slice_header() argument 569 if (slice_header->short_term_ref_pic_set_sps_flag == 0) { in gst_d3d11_h265_dec_picture_params_from_slice_header() 571 slice_header->short_term_ref_pic_sets.NumDeltaPocsOfRefRpsIdx; in gst_d3d11_h265_dec_picture_params_from_slice_header() 573 slice_header->short_term_ref_pic_set_size; in gst_d3d11_h265_dec_picture_params_from_slice_header() 579 const GstH265SliceHdr * slice_header, DXVA_PicParams_HEVC * params) in gst_d3d11_h265_dec_fill_picture_params() argument 584 g_return_val_if_fail (slice_header->pps != NULL, FALSE); in gst_d3d11_h265_dec_fill_picture_params() 585 g_return_val_if_fail (slice_header->pps->sps != NULL, FALSE); in gst_d3d11_h265_dec_fill_picture_params() 587 pps = slice_header->pps; in gst_d3d11_h265_dec_fill_picture_params() 599 slice_header, params); in gst_d3d11_h265_dec_fill_picture_params()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264dec.c | 718 const GstH264SliceHdr *slice_header = &slice->header; in gst_nv_h264_dec_start_picture() local 725 g_return_val_if_fail (slice_header->pps != NULL, FALSE); in gst_nv_h264_dec_start_picture() 726 g_return_val_if_fail (slice_header->pps->sequence != NULL, FALSE); in gst_nv_h264_dec_start_picture() 738 sps = slice_header->pps->sequence; in gst_nv_h264_dec_start_picture() 739 pps = slice_header->pps; in gst_nv_h264_dec_start_picture() 749 params->field_pic_flag = slice_header->field_pic_flag; in gst_nv_h264_dec_start_picture() 777 sps, slice_header->field_pic_flag, h264_params); in gst_nv_h264_dec_start_picture()
|
D | gstnvh265dec.c | 652 const GstH265SliceHdr *slice_header = &slice->header; in gst_nv_h265_dec_start_picture() local 671 g_return_val_if_fail (slice_header->pps != NULL, GST_FLOW_ERROR); in gst_nv_h265_dec_start_picture() 672 g_return_val_if_fail (slice_header->pps->sps != NULL, GST_FLOW_ERROR); in gst_nv_h265_dec_start_picture() 684 pps = slice_header->pps; in gst_nv_h265_dec_start_picture() 726 slice_header->short_term_ref_pic_set_size; in gst_nv_h265_dec_start_picture() 728 slice_header->short_term_ref_pic_sets.NumDeltaPocsOfRefRpsIdx; in gst_nv_h265_dec_start_picture()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc_2_0.c | 90 RADEON_ENC_BEGIN(enc->cmd.slice_header); in radeon_enc_slice_header_hevc() 462 enc->slice_header = radeon_enc_slice_header_hevc; in radeon_enc_2_0_init() 476 enc->cmd.slice_header = RENCODE_IB_PARAM_SLICE_HEADER; in radeon_enc_2_0_init()
|
D | radeon_vcn_enc_1_2.c | 800 RADEON_ENC_BEGIN(enc->cmd.slice_header); in radeon_enc_slice_header() 928 RADEON_ENC_BEGIN(enc->cmd.slice_header); in radeon_enc_slice_header_hevc() 1273 enc->slice_header(enc); in radeon_enc_headers_h264() 1286 enc->slice_header(enc); in radeon_enc_headers_hevc() 1411 enc->slice_header = radeon_enc_slice_header; in radeon_enc_1_2_init() 1424 enc->slice_header = radeon_enc_slice_header_hevc; in radeon_enc_1_2_init() 1438 enc->cmd.slice_header = RENCODE_IB_PARAM_SLICE_HEADER; in radeon_enc_1_2_init()
|
D | radeon_vcn_enc.h | 410 uint32_t slice_header; member 525 void (*slice_header)(struct radeon_encoder *enc); member
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_mpeg2_syntax_template.c | 383 static int FUNC(slice_header)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
|
D | cbs_h264_syntax_template.c | 939 static int FUNC(slice_header)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_mjpeg.c | 122 uint8_t *p = context->mjpeg.slice_header; in vlVaGetJpegSliceHeader()
|
D | va_private.h | 310 uint8_t slice_header[MAX_MJPEG_SLICE_HEADER_SIZE]; member
|
D | picture.c | 342 buffers[num_buffers] = (void *)context->mjpeg.slice_header; in handleVASliceDataBufferType()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 758 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in slice_header() function 990 slice_header(priv, &rbsp, nal_unit_type); in vid_dec_h265_Decode()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_h264_common.c | 625 static void slice_header(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in slice_header() function 1036 slice_header(priv, &rbsp, nal_ref_idc, nal_unit_type); in vid_dec_h264_Decode()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 87790 And we are using slice_header structure to reference the last entry, which is 88118 This will provide correct offset_max in slice_header for parsing 117534 codecparsers: h264: fix slice_header() parsing for MVC. 155302 codecparsers: h264: record number of emulation prevention bytes in slice_header(). 155306 scan the slice_header() again, just record that number while parsing. 162496 codecparsers: h264: record slice_header() size in bits. 162502 codecparsers: h264: fix slice_header() parsing.
|