Searched refs:h263PictureParams (Results 1 – 1 of 1) sorted by relevance
92 VAEncPictureParameterBufferH263 h263PictureParams = VAEncPictureParameterBufferH263(); in renderPictureParams() local98 h263PictureParams.reference_picture = task->ref_surface; in renderPictureParams()99 h263PictureParams.reconstructed_picture = task->rec_surface; in renderPictureParams()101 h263PictureParams.reference_picture = mAutoRefSurfaces[0]; in renderPictureParams()102 h263PictureParams.reconstructed_picture = mAutoRefSurfaces[1]; in renderPictureParams()105 h263PictureParams.coded_buf = task->coded_buffer; in renderPictureParams()106 h263PictureParams.picture_width = mComParams.resolution.width; in renderPictureParams()107 h263PictureParams.picture_height = mComParams.resolution.height; in renderPictureParams()108 …h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTyp… in renderPictureParams()111 LOG_V( "reference_picture = 0x%08x\n", h263PictureParams.reference_picture); in renderPictureParams()[all …]