Searched refs:share_info (Results 1 – 10 of 10) sorted by relevance
71 if (obj_surface->share_info && vaddr[GRALLOC_SUB_BUFFER1] == obj_surface->share_info) { in psb_DestroySurfaceGralloc()72 int metadata_rotate = obj_surface->share_info->metadata_rotate; in psb_DestroySurfaceGralloc()73 int surface_protected = obj_surface->share_info->surface_protected; in psb_DestroySurfaceGralloc()74 int force_output_method = obj_surface->share_info->force_output_method; in psb_DestroySurfaceGralloc()75 int bob_deinterlace = obj_surface->share_info->bob_deinterlace; in psb_DestroySurfaceGralloc()77 memset(obj_surface->share_info, 0, sizeof(struct psb_surface_share_info_s)); in psb_DestroySurfaceGralloc()79 obj_surface->share_info->metadata_rotate = metadata_rotate; in psb_DestroySurfaceGralloc()80 obj_surface->share_info->surface_protected = surface_protected; in psb_DestroySurfaceGralloc()81 obj_surface->share_info->force_output_method = force_output_method; in psb_DestroySurfaceGralloc()82 obj_surface->share_info->bob_deinterlace = bob_deinterlace; in psb_DestroySurfaceGralloc()[all …]
205 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()206 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) { in psb_RecalcAlternativeOutput()207 hwc_timestamp = obj_surface->share_info->hwc_timestamp; in psb_RecalcAlternativeOutput()214 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()215 int transform = obj_surface->share_info->layer_transform; in psb_RecalcAlternativeOutput()235 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()236 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) { in psb_RecalcAlternativeOutput()237 hwc_timestamp = obj_surface->share_info->hwc_timestamp; in psb_RecalcAlternativeOutput()244 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()245 int transform = obj_surface->share_info->layer_transform; in psb_RecalcAlternativeOutput()[all …]
846 obj_surface->share_info = NULL; in psb_CreateSurfaces2()946 if (obj_surface->share_info) { in psb_DestroySurfaces()1166 if (!driver_data->protected && obj_surface->share_info) in psb_CreateContext()1167 obj_surface->share_info->force_output_method = 0; in psb_CreateContext()2112 if (obj_surface && obj_surface->share_info) { in psb_BeginPicture()2113 obj_surface->share_info->surface_rotate = 0; in psb_BeginPicture()2152 if (obj_surface && obj_surface->share_info) { in psb_BeginPicture()2153 obj_surface->share_info->metadata_rotate = VAROTATION2HAL(driver_data->va_rotate); in psb_BeginPicture()2154 obj_surface->share_info->surface_rotate = VAROTATION2HAL(obj_context->msvdx_rotate); in psb_BeginPicture()2158 if (obj_surface && obj_surface->share_info && in psb_BeginPicture()[all …]
565 input_share_info = input_surface->share_info; in vsp__VPP_process_pipeline_param()566 …RAL, "%s The input surface %p share info %p\n", __func__, input_surface,input_surface->share_info); in vsp__VPP_process_pipeline_param()690 output_share_info = cur_output_surf->share_info; in vsp__VPP_process_pipeline_param()
638 if (obj_surface->share_info) { in tng__VP8_process_picture_param()639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width; in tng__VP8_process_picture_param()640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height; in tng__VP8_process_picture_param()
727 if (obj_surface->share_info) { in psb__MPEG2_process_picture_param()728 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG2_process_picture_param()729 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG2_process_picture_param()
533 struct psb_surface_share_info_s *share_info; member
1472 if (obj_surface->share_info) { in psb__MPEG4_process_picture_param()1473 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG4_process_picture_param()1474 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG4_process_picture_param()
616 if (obj_surface->share_info) { in psb__H264_process_picture_param()617 obj_surface->share_info->coded_width = ctx->picture_width_samples_l; in psb__H264_process_picture_param()618 obj_surface->share_info->coded_height = ctx->picture_height_samples_l; in psb__H264_process_picture_param()
811 if (obj_surface->share_info) { in psb__VC1_process_picture_param()812 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__VC1_process_picture_param()813 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__VC1_process_picture_param()