Searched refs:share_info (Results 1 – 10 of 10) sorted by relevance
72 if (obj_surface->share_info && vaddr[GRALLOC_SUB_BUFFER1] == obj_surface->share_info) { in psb_DestroySurfaceGralloc()73 int metadata_rotate = obj_surface->share_info->metadata_rotate; in psb_DestroySurfaceGralloc()74 int surface_protected = obj_surface->share_info->surface_protected; in psb_DestroySurfaceGralloc()75 int force_output_method = obj_surface->share_info->force_output_method; in psb_DestroySurfaceGralloc()76 int bob_deinterlace = obj_surface->share_info->bob_deinterlace; in psb_DestroySurfaceGralloc()78 memset(obj_surface->share_info, 0, sizeof(struct psb_surface_share_info_s)); in psb_DestroySurfaceGralloc()80 obj_surface->share_info->metadata_rotate = metadata_rotate; in psb_DestroySurfaceGralloc()81 obj_surface->share_info->surface_protected = surface_protected; in psb_DestroySurfaceGralloc()82 obj_surface->share_info->force_output_method = force_output_method; in psb_DestroySurfaceGralloc()83 obj_surface->share_info->bob_deinterlace = bob_deinterlace; in psb_DestroySurfaceGralloc()[all …]
210 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()211 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) { in psb_RecalcAlternativeOutput()212 hwc_timestamp = obj_surface->share_info->hwc_timestamp; in psb_RecalcAlternativeOutput()219 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()220 int transform = obj_surface->share_info->layer_transform; in psb_RecalcAlternativeOutput()240 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()241 if (obj_surface->share_info->hwc_timestamp > hwc_timestamp) { in psb_RecalcAlternativeOutput()242 hwc_timestamp = obj_surface->share_info->hwc_timestamp; in psb_RecalcAlternativeOutput()249 if (obj_surface && obj_surface->share_info) { in psb_RecalcAlternativeOutput()250 int transform = obj_surface->share_info->layer_transform; in psb_RecalcAlternativeOutput()[all …]
900 obj_surface->share_info = NULL; in psb_CreateSurfaces2()1012 if (obj_surface->share_info) { in psb_DestroySurfaces()1198 if (!driver_data->protected && obj_surface->share_info) in psb_CreateContext()1199 obj_surface->share_info->force_output_method = 0; in psb_CreateContext()2245 if (obj_surface && obj_surface->share_info) { in psb_BeginPicture()2246 obj_surface->share_info->surface_rotate = 0; in psb_BeginPicture()2285 if (obj_surface && obj_surface->share_info) { in psb_BeginPicture()2286 obj_surface->share_info->metadata_rotate = VAROTATION2HAL(driver_data->va_rotate); in psb_BeginPicture()2287 obj_surface->share_info->surface_rotate = VAROTATION2HAL(obj_context->msvdx_rotate); in psb_BeginPicture()2291 if (obj_surface && obj_surface->share_info && in psb_BeginPicture()[all …]
571 input_share_info = input_surface->share_info; in vsp__VPP_process_pipeline_param()572 …RAL, "%s The input surface %p share info %p\n", __func__, input_surface,input_surface->share_info); in vsp__VPP_process_pipeline_param()696 output_share_info = cur_output_surf->share_info; in vsp__VPP_process_pipeline_param()
770 if (obj_surface->share_info) { in psb__MPEG2_process_picture_param()771 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG2_process_picture_param()772 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG2_process_picture_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()
560 struct psb_surface_share_info_s *share_info; member
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()
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()
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()