/hardware/intel/common/libva/test/ |
D | loadsurface.h | 237 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/ |
D | psb_output.c | 317 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 …]
|
D | psb_drv_video.c | 732 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/ |
D | videoprocess.cpp | 232 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/ |
D | VideoEncoderUtils.cpp | 616 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 …]
|
D | VideoEncoderBase.cpp | 1534 *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/ |
D | test_vaSurfaceAttrib.c | 123 …vaSurfaceExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = fr… in test()
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderBase.cpp | 898 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/ |
D | OMXVideoDecoderVP9HWR.cpp | 289 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/ |
D | mpeg2enc.c | 466 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()
|
D | mpeg2vaenc.c | 466 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()
|
D | avcenc.c | 387 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/ |
D | va.h | 1087 unsigned int pitches[4]; member 2816 unsigned int pitches[3]; member
|
D | va_trace.c | 498 tmp->pitches[0], tmp->pitches[1], tmp->pitches[2], tmp->pitches[3]); in va_TraceSurfaceAttributes()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2191 y_dst += surface_image.pitches[0]; in upload_yuv_to_surface() 2206 u_dst += surface_image.pitches[1]; in upload_yuv_to_surface()
|