Searched refs:rec_surface (Results 1 – 13 of 13) sorted by relevance
257 object_surface_p rec_surface; in lnc_RenderPictureParameter() local278 rec_surface = ctx->dest_surface; in lnc_RenderPictureParameter()279 if (NULL == rec_surface) { in lnc_RenderPictureParameter()299 CLEAR_SURFACE_INFO_skipped_flag(rec_surface->psb_surface); in lnc_RenderPictureParameter()339 psPicParams->DstYStride = rec_surface->psb_surface->stride; in lnc_RenderPictureParameter()340 psPicParams->DstUVStride = rec_surface->psb_surface->stride; in lnc_RenderPictureParameter()341 psPicParams->DstYRowStride = rec_surface->psb_surface->stride * 16; in lnc_RenderPictureParameter()342 psPicParams->DstUVRowStride = rec_surface->psb_surface->stride * 16 / 2; in lnc_RenderPictureParameter()344 psPicParams->DstYStride = rec_surface->height * 16; in lnc_RenderPictureParameter()345 psPicParams->DstUVStride = rec_surface->height * 16 / 2; in lnc_RenderPictureParameter()[all …]
717 object_surface_p rec_surface; in pnw_RenderPictureParameter() local738 rec_surface = ctx->dest_surface; in pnw_RenderPictureParameter()739 CHECK_SURFACE(rec_surface); in pnw_RenderPictureParameter()748 CHECK_SURFACE(rec_surface); in pnw_RenderPictureParameter()751 CLEAR_SURFACE_INFO_skipped_flag(rec_surface->psb_surface); in pnw_RenderPictureParameter()791 psPicParams->DstYStride = rec_surface->psb_surface->stride; in pnw_RenderPictureParameter()792 psPicParams->DstUVStride = rec_surface->psb_surface->stride; in pnw_RenderPictureParameter()794 psPicParams->DstYStride = rec_surface->psb_surface->stride; in pnw_RenderPictureParameter()795 psPicParams->DstUVStride = rec_surface->psb_surface->stride; in pnw_RenderPictureParameter()919 RELOC_PIC_PARAMS_PNW(&psPicParams->DstYBase, 0, &rec_surface->psb_surface->buf); in pnw_RenderPictureParameter()[all …]
708 object_surface_p rec_surface = ps_buf->rec_surface; in tng_send_rec_frames() local711 srf_buf_offset = rec_surface->psb_surface->buf.buffer_ofs; in tng_send_rec_frames()719 ui32CmdData, &(rec_surface->psb_surface->buf), 0); in tng_send_rec_frames()
817 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id);887 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id); in tng__H264ES_process_picture_param_base()894 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id); in tng__H264ES_process_picture_param_base()
169 object_surface_p rec_surface; member
339 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__MPEG4ES_process_picture_param()
327 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__H263ES_process_picture_param()
2620 psMtxEncContext->bOutputReconstructed = (ps_buf->rec_surface != NULL) ? IMG_TRUE : IMG_FALSE; in tng__setvideo_params()
99 h263PictureParams.reconstructed_picture = task->rec_surface; in renderPictureParams()
41 VASurfaceID rec_surface; member
187 mpeg4_pic_param.reconstructed_picture = task->rec_surface; in renderPictureParams()
399 task->rec_surface = mRecSurface; in encode()411 task->rec_surface = VA_INVALID_SURFACE; in encode()
1153 avcPicParams.CurrPic.picture_id= task->rec_surface; in renderPictureParams()