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

/hardware/intel/img/psb_video/src/
H A Dpnw_rotate.c205 if (obj_surface && obj_surface->share_info) {
206 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) {
207 hwc_timestamp = obj_surface->share_info->hwc_timestamp;
214 if (obj_surface && obj_surface->share_info) {
215 int transform = obj_surface->share_info->layer_transform;
235 if (obj_surface && obj_surface->share_info) {
236 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) {
237 hwc_timestamp = obj_surface->share_info->hwc_timestamp;
244 if (obj_surface && obj_surface->share_info) {
245 int transform = obj_surface->share_info
411 psb_surface_share_info_p share_info = obj_surface->share_info; local
453 clearScalingInfo(psb_surface_share_info_p share_info) argument
473 psb_surface_share_info_p share_info = obj_surface->share_info; local
574 psb_surface_share_info_p share_info = obj_surface->share_info; local
735 psb_surface_share_info_p share_info = obj_surface->share_info; local
[all...]
H A Dpsb_drv_video.h533 struct psb_surface_share_info_s *share_info; member in struct:object_surface_s

Completed in 51 milliseconds