Home
last modified time | relevance | path

Searched refs:deny_flag (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c296 …HECK(check_encoder_sei_info(&payload_bitctx, sei_msg->payload_size, &currSlice->p_Vid->deny_flag)); in process_sei()
298 if (currSlice->p_Vid->deny_flag) in process_sei()
H A Dh264d_parse.c231 if (currSlice->p_Vid->deny_flag && in parser_one_nalu()
255 currSlice->p_Vid->deny_flag = 0; in parser_one_nalu()
H A Dh264d_global.h1060 RK_U32 deny_flag; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c492 ret = check_encoder_sei_info(&payload_bitctx, payload_size, &s->deny_flag); in mpp_hevc_decode_nal_sei()
494 if (s->deny_flag) in mpp_hevc_decode_nal_sei()
H A Dh265d_parser.h664 RK_U32 deny_flag; member
H A Dh265d_parser.c1362 if (s->deny_flag && (s->nal_unit_type != NAL_VPS && s->nal_unit_type != NAL_SPS)) { in parser_nal_unit()
1382 s->deny_flag = 0; in parser_nal_unit()