Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/camera/Simple/
DSimple.cpp122 const s32 ALIGNMENT_SIZE = 64; variable
817 s_pYuvBuffer[i] = static_cast<u8*>(s_AppHeap.Allocate(s_YuvBufferSize, ALIGNMENT_SIZE)); in InitializeResource()
828 s_pRgbBuffer = static_cast<u8*>(s_AppHeap.Allocate(s_RgbBufferSize, ALIGNMENT_SIZE)); in InitializeResource()