Searched refs:outlayer (Results 1 – 1 of 1) sorted by relevance
3845 struct dvd_layer *outlayer; in cdreaddvdstructure() local3851 outlayer = (struct dvd_layer *)&dvdstruct->data; in cdreaddvdstructure()3855 outlayer->book_type = (inlayer->book_type_version & in cdreaddvdstructure()3857 outlayer->book_version = (inlayer->book_type_version & in cdreaddvdstructure()3859 outlayer->disc_size = (inlayer->disc_size_max_rate & in cdreaddvdstructure()3861 outlayer->max_rate = (inlayer->disc_size_max_rate & in cdreaddvdstructure()3863 outlayer->nlayers = (inlayer->layer_info & in cdreaddvdstructure()3865 outlayer->track_path = (inlayer->layer_info & in cdreaddvdstructure()3867 outlayer->layer_type = (inlayer->layer_info & in cdreaddvdstructure()3869 outlayer->linear_density = (inlayer->density & in cdreaddvdstructure()[all …]