OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:share_info
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_rotate.c
205
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
->layer_transform
411
psb_surface_
share_info
_p
share_info
= obj_surface->
share_info
;
local
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
...]
psb_drv_video.h
536
struct psb_surface_share_info_s *
share_info
;
member in struct:object_surface_s
Completed in 71 milliseconds