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

  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 72 if (obj_surface->share_info && vaddr[GRALLOC_SUB_BUFFER1] == obj_surface->share_info) {
73 int metadata_rotate = obj_surface->share_info->metadata_rotate;
74 int surface_protected = obj_surface->share_info->surface_protected;
75 int force_output_method = obj_surface->share_info->force_output_method;
76 int bob_deinterlace = obj_surface->share_info->bob_deinterlace;
78 memset(obj_surface->share_info, 0, sizeof(struct psb_surface_share_info_s));
80 obj_surface->share_info->metadata_rotate = metadata_rotate;
81 obj_surface->share_info->surface_protected = surface_protected;
82 obj_surface->share_info->force_output_method = force_output_method
    [all...]
  /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
589 psb_surface_share_info_p share_info = obj_surface->share_info; local
755 psb_surface_share_info_p share_info = obj_surface->share_info; local
    [all...]
psb_drv_video.c 851 //set initialized share info in reserverd 1, by default we will initialized share_info
900 obj_surface->share_info = NULL;
    [all...]
pnw_MPEG2.c 770 if (obj_surface->share_info) {
771 obj_surface->share_info->coded_width = ctx->coded_picture_width;
772 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]
tng_VP8.c 638 if (obj_surface->share_info) {
639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height;
    [all...]
vsp_VPP.c 571 input_share_info = input_surface->share_info;
572 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s The input surface %p share info %p\n", __func__, input_surface,input_surface->share_info);
696 output_share_info = cur_output_surf->share_info;
709 drv_debug_msg(VIDEO_DEBUG_WARNING, "The input/output share_info is NULL!!\n");
    [all...]
pnw_MPEG4.c     [all...]
psb_drv_video.h 559 struct psb_surface_share_info_s *share_info; member in struct:object_surface_s
pnw_H264.c 616 if (obj_surface->share_info) {
617 obj_surface->share_info->coded_width = ctx->picture_width_samples_l;
618 obj_surface->share_info->coded_height = ctx->picture_height_samples_l;
    [all...]
pnw_VC1.c 811 if (obj_surface->share_info) {
812 obj_surface->share_info->coded_width = ctx->coded_picture_width;
813 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]

Completed in 160 milliseconds