HomeSort by relevance Sort by last modified time
    Searched defs:share_info (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_rotate.c 210 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->layer_transform
425 psb_surface_share_info_p share_info = obj_surface->share_info; local
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...]
psb_drv_video.h 559 struct psb_surface_share_info_s *share_info; member in struct:object_surface_s

Completed in 185 milliseconds