Searched defs:share_info (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_rotate.c210 if (obj_surface && obj_surface->share_info) {
211 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) {
212 hwc_timestamp = obj_surface->share_info->hwc_timestamp;
219 if (obj_surface && obj_surface->share_info) {
220 int transform = obj_surface->share_info->layer_transform;
240 if (obj_surface && obj_surface->share_info) {
241 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) {
242 hwc_timestamp = obj_surface->share_info->hwc_timestamp;
249 if (obj_surface && obj_surface->share_info) {
250 int transform = obj_surface->share_info
425 psb_surface_share_info_p share_info = obj_surface->share_info; local
467 clearScalingInfo(psb_surface_share_info_p share_info) argument
487 psb_surface_share_info_p share_info = obj_surface->share_info; local
588 psb_surface_share_info_p share_info = obj_surface->share_info; local
749 psb_surface_share_info_p share_info = obj_surface->share_info; local
[all...]
H A Dpsb_drv_video.h559 struct psb_surface_share_info_s *share_info; member in struct:object_surface_s

Completed in 55 milliseconds