Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/y2r/CTR/
Dy2r_Api.h67 size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format );
68 size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format );
425 inline size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format ) in GetOutputBlockSize() argument
427 return detail::GetOutputBlockSize(lineWidth, format); in GetOutputBlockSize()
437 inline size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ) in GetOutputImageSize() argument
439 return detail::GetOutputImageSize(lineWidth, height, format); in GetOutputImageSize()