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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 257 object_surface_p rec_surface; local
278 rec_surface = ctx->dest_surface;
279 if (NULL == rec_surface) {
299 CLEAR_SURFACE_INFO_skipped_flag(rec_surface->psb_surface);
339 psPicParams->DstYStride = rec_surface->psb_surface->stride;
340 psPicParams->DstUVStride = rec_surface->psb_surface->stride;
341 psPicParams->DstYRowStride = rec_surface->psb_surface->stride * 16;
342 psPicParams->DstUVRowStride = rec_surface->psb_surface->stride * 16 / 2;
344 psPicParams->DstYStride = rec_surface->height * 16;
345 psPicParams->DstUVStride = rec_surface->height * 16 / 2
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c 717 object_surface_p rec_surface; local
738 rec_surface = ctx->dest_surface;
739 CHECK_SURFACE(rec_surface);
748 CHECK_SURFACE(rec_surface);
751 CLEAR_SURFACE_INFO_skipped_flag(rec_surface->psb_surface);
791 psPicParams->DstYStride = rec_surface->psb_surface->stride;
792 psPicParams->DstUVStride = rec_surface->psb_surface->stride;
794 psPicParams->DstYStride = rec_surface->psb_surface->stride;
795 psPicParams->DstUVStride = rec_surface->psb_surface->stride;
919 RELOC_PIC_PARAMS_PNW(&psPicParams->DstYBase, 0, &rec_surface->psb_surface->buf)
    [all...]
tng_picmgmt.c 708 object_surface_p rec_surface = ps_buf->rec_surface; local
711 srf_buf_offset = rec_surface->psb_surface->buf.buffer_ofs;
719 ui32CmdData, &(rec_surface->psb_surface->buf), 0);
    [all...]
tng_H264ES.c 817 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id);
    [all...]
tng_MPEG4ES.c 339 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture);
tng_hostcode.h 169 object_surface_p rec_surface; member in struct:context_ENC_frame_buf_s
tng_H263ES.c 327 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture);
tng_hostcode.c     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 41 VASurfaceID rec_surface; member in struct:EncodeTask
VideoEncoderH263.cpp 99 h263PictureParams.reconstructed_picture = task->rec_surface;
VideoEncoderMP4.cpp 187 mpeg4_pic_param.reconstructed_picture = task->rec_surface;
VideoEncoderBase.cpp 402 task->rec_surface = mRecSurface;
414 task->rec_surface = VA_INVALID_SURFACE;
    [all...]
VideoEncoderAVC.cpp     [all...]

Completed in 218 milliseconds