Searched defs:nal_type (Results 1 – 5 of 5) sorted by relevance
79 uint8_t nal_type = payload_data[0] & kH264TypeMask; in ProcessStapAOrSingleNalu() local298 uint8_t nal_type = rtp_payload.cdata()[0] & kH264TypeMask; in Parse() local
319 WORD32 nal_type = ps_curr_inp->i4_slice_nal_type; in ihevce_entropy_encode_frame() local
5028 WORD32 nal_type; in ihevce_pre_enc_init() local
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
94 WORD32 isvce_generate_sps(bitstrm_t *ps_bitstrm, sps_t *ps_sps, NAL_UNIT_TYPE_T nal_type) in isvce_generate_sps()