Searched refs:nal_unit_type (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_dec_h265.c98 static bool is_idr_picture(unsigned nal_unit_type) argument
100 return (nal_unit_type == NAL_UNIT_TYPE_IDR_W_RADL ||
101 nal_unit_type == NAL_UNIT_TYPE_IDR_N_LP);
105 static bool is_bla_picture(unsigned nal_unit_type) argument
107 return (nal_unit_type == NAL_UNIT_TYPE_BLA_W_LP ||
108 nal_unit_type == NAL_UNIT_TYPE_BLA_W_RADL ||
109 nal_unit_type == NAL_UNIT_TYPE_BLA_N_LP);
113 static bool is_rap_picture(unsigned nal_unit_type) argument
115 return (nal_unit_type >= NAL_UNIT_TYPE_BLA_W_LP &&
116 nal_unit_type <
119 is_slice_picture(unsigned nal_unit_type) argument
125 set_poc(vid_dec_PrivateType * priv,unsigned nal_unit_type,int i) argument
756 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_unit_type) argument
915 unsigned nal_unit_type; local in function:vid_dec_h265_Decode
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c98 static bool is_idr_picture(unsigned nal_unit_type) argument
100 return (nal_unit_type == NAL_UNIT_TYPE_IDR_W_RADL ||
101 nal_unit_type == NAL_UNIT_TYPE_IDR_N_LP);
105 static bool is_bla_picture(unsigned nal_unit_type) argument
107 return (nal_unit_type == NAL_UNIT_TYPE_BLA_W_LP ||
108 nal_unit_type == NAL_UNIT_TYPE_BLA_W_RADL ||
109 nal_unit_type == NAL_UNIT_TYPE_BLA_N_LP);
113 static bool is_rap_picture(unsigned nal_unit_type) argument
115 return (nal_unit_type >= NAL_UNIT_TYPE_BLA_W_LP &&
116 nal_unit_type <
119 is_slice_picture(unsigned nal_unit_type) argument
125 set_poc(vid_dec_PrivateType * priv,unsigned nal_unit_type,int i) argument
758 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_unit_type) argument
917 unsigned nal_unit_type; local in function:vid_dec_h265_Decode
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c626 unsigned nal_ref_idc, unsigned nal_unit_type)
632 bool IdrPicFlag = nal_unit_type == 5;
878 if (nal_unit_type == 20 || nal_unit_type == 21)
967 unsigned nal_ref_idc, nal_unit_type; local in function:vid_dec_h264_Decode
998 nal_unit_type = vl_vlc_get_uimsbf(vlc, 5);
1000 if (nal_unit_type != 1 && nal_unit_type != 5)
1003 if (nal_unit_type == 7) {
1011 } else if (nal_unit_type
625 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_ref_idc,unsigned nal_unit_type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c626 unsigned nal_ref_idc, unsigned nal_unit_type)
632 bool IdrPicFlag = nal_unit_type == 5;
878 if (nal_unit_type == 20 || nal_unit_type == 21)
967 unsigned nal_ref_idc, nal_unit_type; local in function:vid_dec_h264_Decode
998 nal_unit_type = vl_vlc_get_uimsbf(vlc, 5);
1000 if (nal_unit_type != 1 && nal_unit_type != 5)
1003 if (nal_unit_type == 7) {
1011 } else if (nal_unit_type
625 slice_header(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,unsigned nal_ref_idc,unsigned nal_unit_type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c63 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type;
301 unsigned nal_unit_type = vl_vlc_get_uimsbf(&vlc, 6); local in function:vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC
308 switch(nal_unit_type) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c96 radeon_enc_code_fixed_bits(enc, enc->enc_pic.nal_unit_type, 6);
109 if ((enc->enc_pic.nal_unit_type >= 16) && (enc->enc_pic.nal_unit_type <= 23))
142 if ((enc->enc_pic.nal_unit_type != 19) && (enc->enc_pic.nal_unit_type != 20)) {
H A Dradeon_uvd_enc.c97 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
H A Dradeon_uvd_enc_1_1.c648 radeon_uvd_enc_code_fixed_bits(enc, enc->enc_pic.nal_unit_type, 6);
662 if ((enc->enc_pic.nal_unit_type >= 16) && (enc->enc_pic.nal_unit_type <= 23))
696 if ((enc->enc_pic.nal_unit_type != 19) && (enc->enc_pic.nal_unit_type != 20)) {
H A Dradeon_uvd_enc.h359 unsigned nal_unit_type; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc.h442 unsigned nal_unit_type; member in struct:radeon_enc_pic
H A Dradeon_vcn_enc.c152 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
H A Dradeon_vcn_enc_1_2.c948 radeon_enc_code_fixed_bits(enc, enc->enc_pic.nal_unit_type, 6);
961 if ((enc->enc_pic.nal_unit_type >= 16) && (enc->enc_pic.nal_unit_type <= 23))
994 if ((enc->enc_pic.nal_unit_type != 19) && (enc->enc_pic.nal_unit_type != 20)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_hevc_enc.c54 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c100 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
H A Dradeon_vcn_enc.c91 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
H A Dradeon_uvd_enc_1_1.c725 radeon_uvd_enc_code_fixed_bits(enc, enc->enc_pic.nal_unit_type, 6);
739 if ((enc->enc_pic.nal_unit_type >= 16)
740 && (enc->enc_pic.nal_unit_type <= 23))
774 if ((enc->enc_pic.nal_unit_type != 19)
775 && (enc->enc_pic.nal_unit_type != 20)) {
H A Dradeon_uvd_enc.h395 unsigned nal_unit_type; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc.h415 unsigned nal_unit_type; member in struct:radeon_enc_pic
H A Dradeon_vcn_enc_1_2.c948 radeon_enc_code_fixed_bits(enc, enc->enc_pic.nal_unit_type, 6);
962 if ((enc->enc_pic.nal_unit_type >= 16) && (enc->enc_pic.nal_unit_type <= 23))
996 if ((enc->enc_pic.nal_unit_type != 19) && (enc->enc_pic.nal_unit_type != 20)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h465 uint8_t nal_unit_type; member in struct:pipe_h265_enc_pic_param
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h456 uint8_t nal_unit_type; member in struct:pipe_h265_enc_pic_param
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c154 uint8_t nal_unit_type; member in struct:h264_decode_t
1153 dec->nal_unit_type = type = bs_read_u (bufInfo, 5);

Completed in 65 milliseconds