Home
last modified time | relevance | path

Searched refs:reconstructed_picture (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp99 h263PictureParams.reconstructed_picture = task->rec_surface; in renderPictureParams()
102 h263PictureParams.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()
112 LOG_V( "reconstructed_picture = 0x%08x\n", h263PictureParams.reconstructed_picture); in renderPictureParams()
DVideoEncoderMP4.cpp187 mpeg4_pic_param.reconstructed_picture = task->rec_surface; in renderPictureParams()
190 mpeg4_pic_param.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()
201 LOG_V("reconstructed_picture = 0x%08x\n", mpeg4_pic_param.reconstructed_picture); in renderPictureParams()
/hardware/intel/common/libva/va/
Dva_enc_jpeg.h54 VASurfaceID reconstructed_picture; member
Dva_enc_mpeg2.h196 VASurfaceID reconstructed_picture; member
Dva.h2321 VASurfaceID reconstructed_picture; member
2350 VASurfaceID reconstructed_picture; member
Dva_trace.c1154 va_TraceMsg(trace_ctx, "\treconstructed_picture = 0x%08x\n", p->reconstructed_picture); in va_TraceVAEncPictureParameterBufferMPEG4()
2322 va_TraceMsg(trace_ctx, "\treconstructed_picture = 0x%08x\n", p->reconstructed_picture); in va_TraceVAEncPictureParameterBufferH263()
2347 va_TraceMsg(trace_ctx, "\treconstructed_picture = 0x%08x\n", p->reconstructed_picture); in va_TraceVAEncPictureParameterBufferJPEG()
/hardware/intel/img/psb_video/src/
Dtng_MPEG4ES.c333 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture); in tng__MPEG4ES_process_picture_param()
339 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__MPEG4ES_process_picture_param()
Dtng_H263ES.c321 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture); in tng__H263ES_process_picture_param()
327 ps_buf->rec_surface = SURFACE(psPicParams->reconstructed_picture); in tng__H263ES_process_picture_param()
Dpnw_H263ES.c293 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture); in pnw__H263ES_process_picture_param()
Dpnw_MPEG4ES.c337 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture); in pnw__MPEG4ES_process_picture_param()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c299 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture); in lnc__MPEG4ES_process_picture_param()
Dlnc_H263ES.c268 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture); in lnc__H263ES_process_picture_param()
/hardware/intel/common/libva/test/encode/
Dmpeg2vaenc.c794 pic_param->reconstructed_picture = VA_INVALID_ID; in mpeg2enc_init_picture_parameter()
1019 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE]; in mpeg2enc_update_picture_parameter()
Dmpeg2enc.c794 pic_param->reconstructed_picture = VA_INVALID_ID; in mpeg2enc_init_picture_parameter()
1018 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE]; in mpeg2enc_update_picture_parameter()