Home
last modified time | relevance | path

Searched refs:rec_surface (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.c257 object_surface_p rec_surface; in lnc_RenderPictureParameter() local
278 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 …]
/hardware/intel/img/psb_video/src/
Dpnw_hostcode.c717 object_surface_p rec_surface; in pnw_RenderPictureParameter() local
738 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 …]
Dtng_picmgmt.c708 object_surface_p rec_surface = ps_buf->rec_surface; in tng_send_rec_frames() local
711 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()
Dtng_H264ES.c817 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()
Dtng_hostcode.h169 object_surface_p rec_surface; member
Dtng_MPEG4ES.c339 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__MPEG4ES_process_picture_param()
Dtng_H263ES.c327 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__H263ES_process_picture_param()
Dtng_hostcode.c2620 psMtxEncContext->bOutputReconstructed = (ps_buf->rec_surface != NULL) ? IMG_TRUE : IMG_FALSE; in tng__setvideo_params()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp99 h263PictureParams.reconstructed_picture = task->rec_surface; in renderPictureParams()
DVideoEncoderBase.h41 VASurfaceID rec_surface; member
DVideoEncoderMP4.cpp187 mpeg4_pic_param.reconstructed_picture = task->rec_surface; in renderPictureParams()
DVideoEncoderBase.cpp402 task->rec_surface = mRecSurface; in encode()
414 task->rec_surface = VA_INVALID_SURFACE; in encode()
DVideoEncoderAVC.cpp1153 avcPicParams.CurrPic.picture_id= task->rec_surface; in renderPictureParams()