Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c450 if (h264d_debug & H264D_DBG_WRITE_ES_EN) { in store_cur_nalu()
555 if (h264d_debug & H264D_DBG_WRITE_ES_EN) { in open_stream_file()
577 if (p_Inp->fp && (h264d_debug & H264D_DBG_WRITE_ES_EN)) { in fwrite_stream_to_file()
607 if (h264d_debug & H264D_DBG_WRITE_ES_EN) { in close_stream_file()
H A Dh264d_global.h52 #define H264D_DBG_WRITE_ES_EN (0x00010000) //!< write input ts stream macro
H A Dh264d_api.c63 if (h264d_debug & H264D_DBG_WRITE_ES_EN) { in init_input_ctx()