Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp_impl.cpp283 MPP_FCLOSE(p->fp_in); in mpp_dump_deinit()
284 MPP_FCLOSE(p->fp_out); in mpp_dump_deinit()
285 MPP_FCLOSE(p->fp_ops); in mpp_dump_deinit()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_mem.h47 #define MPP_FCLOSE(fp) do { if(fp) fclose(fp); fp = NULL; } while (0) macro
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c503 MPP_FCLOSE(p_Inp->fp); in fwrite_stream_to_file()
529 MPP_FCLOSE(p_Inp->fp); in close_stream_file()