Home
last modified time | relevance | path

Searched refs:pitches (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h237 unsigned int pitches[3]={0,0,0}; in upload_surface() local
245 pitches[0] = surface_image.pitches[0]; in upload_surface()
250 pitches[1] = surface_image.pitches[1]; in upload_surface()
251 pitches[2] = surface_image.pitches[1]; in upload_surface()
256 pitches[1] = surface_image.pitches[1]; in upload_surface()
257 pitches[2] = surface_image.pitches[2]; in upload_surface()
262 pitches[1] = surface_image.pitches[2]; in upload_surface()
263 pitches[2] = surface_image.pitches[1]; in upload_surface()
268 pitches[1] = surface_image.pitches[0]; in upload_surface()
269 pitches[2] = surface_image.pitches[0]; in upload_surface()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_output.c317 obj_image->image.pitches[0] = pitch_pot; in psb_CreateImage()
318 obj_image->image.pitches[1] = pitch_pot; in psb_CreateImage()
334 obj_image->image.pitches[0] = 4 * pitch_pot; in psb_CreateImage()
348 obj_image->image.pitches[0] = 4 * pitch_pot; in psb_CreateImage()
362 obj_image->image.pitches[0] = pitch_pot; in psb_CreateImage()
376 obj_image->image.pitches[0] = pitch_pot; in psb_CreateImage()
377 obj_image->image.pitches[1] = pitch_pot / 2; in psb_CreateImage()
378 obj_image->image.pitches[2] = pitch_pot / 2; in psb_CreateImage()
395 obj_image->image.pitches[0] = pitch_pot; in psb_CreateImage()
396 obj_image->image.pitches[1] = pitch_pot; in psb_CreateImage()
[all …]
Dpsb_drv_video.c732 attribute_tpi.luma_stride = pExternalBufDesc->pitches[0]; in psb_CreateSurfaces2()
733 attribute_tpi.chroma_u_stride = pExternalBufDesc->pitches[1]; in psb_CreateSurfaces2()
734 attribute_tpi.chroma_v_stride = pExternalBufDesc->pitches[2]; in psb_CreateSurfaces2()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp232 memset(y_dst, max_luma + 1, surface_image.pitches[0]); in construct_nv12_mask_surface()
234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]); in construct_nv12_mask_surface()
236 y_dst += surface_image.pitches[0]; in construct_nv12_mask_surface()
245 u_dst += surface_image.pitches[1]; in construct_nv12_mask_surface()
304 y_dst += surface_image.pitches[0]; in upload_yv12_frame_to_yuv_surface()
320 v_dst += surface_image.pitches[1]; in upload_yv12_frame_to_yuv_surface()
321 u_dst += surface_image.pitches[2]; in upload_yv12_frame_to_yuv_surface()
323 v_dst += surface_image.pitches[2]; in upload_yv12_frame_to_yuv_surface()
324 u_dst += surface_image.pitches[1]; in upload_yv12_frame_to_yuv_surface()
334 u_dst += surface_image.pitches[1]; in upload_yv12_frame_to_yuv_surface()
[all …]
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp616 LOG_V("pitches[0] = %d\n", destImage.pitches[0]); in doActionCopy()
617 LOG_V("pitches[1] = %d\n", destImage.pitches[1]); in doActionCopy()
641 dstY += destImage.pitches[0]; in doActionCopy()
647 dstUV += destImage.pitches[1]; in doActionCopy()
708 extbuf.pitches[0] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
709 extbuf.pitches[1] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
710 extbuf.pitches[2] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
711 extbuf.pitches[3] = 0; in CreateSurfaceFromExternalBuf()
780 extbuf.pitches[0] = width; in CreateNewVASurface()
781 extbuf.pitches[1] = width; in CreateNewVASurface()
[all …]
DVideoEncoderBase.cpp1534 *stride = image.pitches[0]; in getNewUsrptrFromSurface()
1537 LOG_V("image->pitches[0] = %d\n", image.pitches[0]); in getNewUsrptrFromSurface()
1538 LOG_V("image->pitches[1] = %d\n", image.pitches[1]); in getNewUsrptrFromSurface()
/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c123 …vaSurfaceExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = fr… in test()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp898 mVASurfaceAttrib->pitches[0] = mConfigBuffer.graphicBufferStride; in setupVA()
899 mVASurfaceAttrib->pitches[1] = mConfigBuffer.graphicBufferStride; in setupVA()
900 mVASurfaceAttrib->pitches[2] = 0; in setupVA()
901 mVASurfaceAttrib->pitches[3] = 0; in setupVA()
1121 mSurfaceBuffers[i].mappedData->pitch[pi] = image.pitches[pi]; in mapSurface()
1125 if (image.pitches[0] != image.pitches[1] || in mapSurface()
1228 src += vaImage.pitches[0]; in getRawDataFromSurface()
1239 src += vaImage.pitches[1]; in getRawDataFromSurface()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp289 surfExtBuf->pitches[0] = surfaceStride; in ProcessorInit()
290 surfExtBuf->pitches[1] = surfaceStride; in ProcessorInit()
291 surfExtBuf->pitches[2] = 0; in ProcessorInit()
292 surfExtBuf->pitches[3] = 0; in ProcessorInit()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c466 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
477 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
488 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
489 v_dst += surface_image.pitches[2]; in upload_yuv_to_surface()
Dmpeg2vaenc.c466 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
477 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
488 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
489 v_dst += surface_image.pitches[2]; in upload_yuv_to_surface()
Davcenc.c387 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
398 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
413 u_dst += surface_image.pitches[U]; in upload_yuv_to_surface()
414 v_dst += surface_image.pitches[V]; in upload_yuv_to_surface()
/hardware/intel/common/libva/va/
Dva.h1087 unsigned int pitches[4]; member
2816 unsigned int pitches[3]; member
Dva_trace.c498 tmp->pitches[0], tmp->pitches[1], tmp->pitches[2], tmp->pitches[3]); in va_TraceSurfaceAttributes()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2191 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface()
2206 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()