Searched refs:dstPitch (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaCudaUtils.cpp | 85 m.dstPitch = copy_context->dest_width * 1; in media_cuda_copy_decoded_frame() 89 (int)m.dstPitch, (int)m.WidthInBytes, (int)m.Height, in media_cuda_copy_decoded_frame()
|
D | MediaCudaVideoHelper.cpp | 382 m.dstPitch = mOutputWidth * mBPP; in HandlePictureDisplay() 386 m.dstHost, (int)m.dstPitch, (int)m.WidthInBytes, in HandlePictureDisplay() 394 m.dstPitch * mLumaHeight); in HandlePictureDisplay()
|
D | MediaH264DecoderCuvid.cpp | 582 m.dstPitch = copy_context->dest_width * 1; in cuda_copy_decoded_frame() 586 (int)m.dstPitch, (int)m.WidthInBytes, (int)m.Height, in cuda_copy_decoded_frame() 664 m.dstPitch = mOutputWidth * mBPP; in HandlePictureDisplay() 668 m.dstHost, (int)m.dstPitch, (int)m.WidthInBytes, in HandlePictureDisplay() 676 m.dstPitch * mLumaHeight); in HandlePictureDisplay()
|
/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_cuda_cuda.h | 826 size_t dstPitch; /**< Destination pitch (ignored when dst is array) */ member 858 size_t dstPitch; /**< Destination pitch (ignored when dst is array) */ member 892 size_t dstPitch; /**< Destination pitch (ignored when dst is array) */ member 1038 unsigned int dstPitch; /**< Destination pitch (ignored when dst is array) */ member 1067 unsigned int dstPitch; /**< Destination pitch (ignored when dst is array) */ member 1392 …typedef CUresult CUDAAPI tcuMemsetD2D8(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned cha… 1393 …typedef CUresult CUDAAPI tcuMemsetD2D16(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned sh… 1394 …typedef CUresult CUDAAPI tcuMemsetD2D32(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned in… 1399 …typedef CUresult CUDAAPI tcuMemsetD2D8(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned cha… 1400 …typedef CUresult CUDAAPI tcuMemsetD2D16(CUdeviceptr dstDevice, unsigned int dstPitch, unsigned sh… [all …]
|