Searched refs:nal_type (Results 1 – 4 of 4) sorted by relevance
319 WORD32 nal_type = ps_curr_inp->i4_slice_nal_type; in ihevce_entropy_encode_frame() local332 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type))); in ihevce_entropy_encode_frame()336 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type))); in ihevce_entropy_encode_frame()352 ((slice_type == ISLICE) && ((NAL_IDR_N_LP == nal_type) || (NAL_IDR_W_LP == nal_type))); in ihevce_entropy_encode_frame()525 nal_type, in ihevce_entropy_encode_frame()810 if((nal_type == NAL_IDR_N_LP) || (NAL_IDR_W_LP == nal_type)) in ihevce_entropy_encode_frame()
5023 WORD32 nal_type; in ihevce_pre_enc_init() local5089 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5097 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5106 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5114 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5125 nal_type = NAL_IDR_W_LP; in ihevce_pre_enc_init()5135 nal_type = NAL_CRA; in ihevce_pre_enc_init()5227 nal_type, in ihevce_pre_enc_init()5239 ps_curr_out->i4_slice_nal_type = nal_type; in ihevce_pre_enc_init()5272 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type))); in ihevce_pre_enc_init()
85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu() local87 if (nal_type == H264::NaluType::kStapA) { in ProcessStapAOrSingleNalu()100 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()105 h264_header.nalu_type = nal_type; in ProcessStapAOrSingleNalu()304 uint8_t nal_type = rtp_payload.cdata()[0] & kTypeMask; in Parse() local306 if (nal_type == H264::NaluType::kFuA) { in Parse()
95 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type) ihevcd_debug_print_nal_info(ps_codec, nal_type); \ argument101 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type) argument