Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter()
384 getYUVSizes(width, height, mFormat, &totalSize, &yStride, &cStride, &cHeight); in YUVConverter()
388 getYUVOffsets(width, height, mFormat, in YUVConverter()
419 getYUVOffsets(width, height, mFormat, in drawConvert()
452 switch (mFormat) { in updateCutoffs()
DYUVConverter.h58 FrameworkFormat mFormat; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h232 int getFormat(){return mFormat;}; in getFormat()
239 int mUsage, mFormat; variable
283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS; variable
DQCameraMem.cpp1295 mFormat = OMX_COLOR_FormatYUV420SemiPlanar; in QCameraVideoMemory()
1355 nh->data[5] = mFormat; in allocate()
1423 nh->data[5] = mFormat; in allocateMore()
1687 mFormat = convCamtoOMXFormat(format); in setVideoInfo()
1742 mFormat = HAL_PIXEL_FORMAT_YCrCb_420_SP; in QCameraGrallocMemory()
1789 mFormat = format; in setWindowInfo()
2083 err = mWindow->set_buffers_geometry(mWindow, mStride, mScanline, mFormat); in allocate()
2110 mScanline, mFormat); in allocate()