Home
last modified time | relevance | path

Searched refs:H264D_DBG_SEI (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c212 H264D_DBG(H264D_DBG_SEI, "recovery_frame_cnt %d, is out of range %d", in interpret_recovery_point()
221 … H264D_DBG(H264D_DBG_SEI, "Recovery point: frame_cnt %d", p_videoctx->recovery.recovery_frame_cnt); in interpret_recovery_point()
282 … H264D_DBG(H264D_DBG_SEI, "SEI type %d, payload size: %d\n", sei_msg->type, sei_msg->payload_size); in process_sei()
299 H264D_DBG(H264D_DBG_SEI, "Bitstream is encoded by special encoder."); in process_sei()
305 H264D_DBG(H264D_DBG_SEI, "Skip parsing SEI type %d\n", sei_msg->type); in process_sei()
309 …H264D_DBG(H264D_DBG_SEI, "After parsing SEI %d, bits left int cur byte %d, bits_used %d, bytes lef… in process_sei()
H A Dh264d_slice.c497 … H264D_DBG(H264D_DBG_SEI, "First recovery frame found, frame_num %d", currSlice->frame_num); in process_slice()
H A Dh264d_global.h49 #define H264D_DBG_SEI (0x00004000) macro