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

/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3082 int nvres; pvr2_hdw_commit_execute() local
3085 nvres = 480; pvr2_hdw_commit_execute()
3088 nvres = 576; pvr2_hdw_commit_execute()
3093 if (nvres != hdw->res_ver_val) { pvr2_hdw_commit_execute()
3094 hdw->res_ver_val = nvres; pvr2_hdw_commit_execute()
3130 int nvres = hdw->std_mask_cur & V4L2_STD_525_60 ? 480 : 576; pvr2_hdw_commit_execute() local
3132 hdw->res_ver_val = min(nvres, hdw->croph_val); pvr2_hdw_commit_execute()

Completed in 122 milliseconds