Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_global.h17 #define H264D_DBG_ERROR (0x00000001) macro
36 if (H264D_DBG_ERROR & hal_h264d_debug)\
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h33 #define H264D_DBG_ERROR (0x00000001) macro
67 if (H264D_DBG_ERROR & h264d_debug)\
H A Dh264d_api.c329 mpp_env_get_u32("h264d_debug", &h264d_debug, H264D_DBG_ERROR); in h264d_init()