Searched refs:tmp_line (Results 1 – 1 of 1) sorted by relevance
131 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_mpp_frame_to_file() local133 if (!tmp_line) { in dump_mpp_frame_to_file()140 RK_U16 *pix = (RK_U16 *)(tmp_line + k * 16); in dump_mpp_frame_to_file()152 fwrite(tmp_line, width * sizeof(RK_U16) , 1, fp); in dump_mpp_frame_to_file()157 RK_U16 *pix = (RK_U16 *)(tmp_line + k * 16); in dump_mpp_frame_to_file()169 fwrite(tmp_line, width * sizeof(RK_U16) , 1, fp); in dump_mpp_frame_to_file()172 MPP_FREE(tmp_line); in dump_mpp_frame_to_file()