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()
5007 WORD32 nal_type; in ihevce_pre_enc_init() local5073 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5081 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5090 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5098 nal_type = (cur_poc < ps_curr_inp->s_lap_out.i4_assoc_IRAP_poc) in ihevce_pre_enc_init()5109 nal_type = NAL_IDR_W_LP; in ihevce_pre_enc_init()5119 nal_type = NAL_CRA; in ihevce_pre_enc_init()5211 nal_type, in ihevce_pre_enc_init()5223 ps_curr_out->i4_slice_nal_type = nal_type; in ihevce_pre_enc_init()5256 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type))); in ihevce_pre_enc_init()
72 uint8_t nal_type = payload_data[0] & kTypeMask; in ParseSingleNalu() local73 if (nal_type == kStapA) { in ParseSingleNalu()84 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ParseSingleNalu()91 h264_header->nalu_type = nal_type; in ParseSingleNalu()94 if (nal_type == kSps) { in ParseSingleNalu()101 switch (nal_type) { in ParseSingleNalu()355 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse() local357 if (nal_type == 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