Searched refs:nvres (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3089 int nvres; pvr2_hdw_commit_execute() local
3092 nvres = 480; pvr2_hdw_commit_execute()
3095 nvres = 576; pvr2_hdw_commit_execute()
3100 if (nvres != hdw->res_ver_val) { pvr2_hdw_commit_execute()
3101 hdw->res_ver_val = nvres; pvr2_hdw_commit_execute()
3137 int nvres = hdw->std_mask_cur & V4L2_STD_525_60 ? 480 : 576; pvr2_hdw_commit_execute() local
3139 hdw->res_ver_val = min(nvres, hdw->croph_val); pvr2_hdw_commit_execute()

Completed in 64 milliseconds