| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | vid_dec_h265.c | 98 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 D | vid_dec_h265.c | 98 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 D | vid_dec_h264_common.c | 626 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 D | vid_dec_h264_common.c | 626 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 D | picture_hevc_enc.c | 63 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 D | radeon_vcn_enc_2_0.c | 96 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 D | radeon_uvd_enc.c | 97 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
|
| H A D | radeon_uvd_enc_1_1.c | 648 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 D | radeon_uvd_enc.h | 359 unsigned nal_unit_type; member in struct:radeon_uvd_enc_pic
|
| H A D | radeon_vcn_enc.h | 442 unsigned nal_unit_type; member in struct:radeon_enc_pic
|
| H A D | radeon_vcn_enc.c | 152 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
|
| H A D | radeon_vcn_enc_1_2.c | 948 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 D | picture_hevc_enc.c | 54 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_uvd_enc.c | 100 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
|
| H A D | radeon_vcn_enc.c | 91 enc->enc_pic.nal_unit_type = pic->pic.nal_unit_type;
|
| H A D | radeon_uvd_enc_1_1.c | 725 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 D | radeon_uvd_enc.h | 395 unsigned nal_unit_type; member in struct:radeon_uvd_enc_pic
|
| H A D | radeon_vcn_enc.h | 415 unsigned nal_unit_type; member in struct:radeon_enc_pic
|
| H A D | radeon_vcn_enc_1_2.c | 948 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 D | p_video_state.h | 465 uint8_t nal_unit_type; member in struct:pipe_h265_enc_pic_param
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_video_state.h | 456 uint8_t nal_unit_type; member in struct:pipe_h265_enc_pic_param
|
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | vcn_tests.c | 154 uint8_t nal_unit_type; member in struct:h264_decode_t 1153 dec->nal_unit_type = type = bs_read_u (bufInfo, 5);
|