Home
last modified time | relevance | path

Searched refs:MPP_FCLOSE (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_mem.h39 #define MPP_FCLOSE(fp) do { if(fp) fclose(fp); fp = NULL; } while (0) macro
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c311 MPP_FCLOSE(p->fp_in); in mpp_dump_deinit()
312 MPP_FCLOSE(p->fp_out); in mpp_dump_deinit()
313 MPP_FCLOSE(p->fp_ops); in mpp_dump_deinit()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c514 MPP_FCLOSE(fp_in); in vdpp_dump()
515 MPP_FCLOSE(fp_out); in vdpp_dump()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c584 MPP_FCLOSE(p_Inp->fp); in fwrite_stream_to_file()
610 MPP_FCLOSE(p_Inp->fp); in close_stream_file()