Home
last modified time | relevance | path

Searched refs:nal_type (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_interface.c319 WORD32 nal_type = ps_curr_inp->i4_slice_nal_type; in ihevce_entropy_encode_frame() local
332 (((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()
Dihevce_frame_process.c5023 WORD32 nal_type; in ihevce_pre_enc_init() local
5089 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()
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_h264.cc85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu() local
87 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() local
306 if (nal_type == H264::NaluType::kFuA) { in Parse()
/external/libhevc/decoder/
Dihevcd_debug.h95 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type) ihevcd_debug_print_nal_info(ps_codec, nal_type); \ argument
101 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type) argument