• Home
  • Raw
  • Download

Lines Matching refs:strlcpy

71         strlcpy(mDisplayName, "external", sizeof(mDisplayName));  in HwcDebug()
73 strlcpy(mDisplayName, "primary", sizeof(mDisplayName)); in HwcDebug()
124 strlcpy(mDumpPropStrPng, dumpPropStr, sizeof(mDumpPropStrPng)); in needToDumpLayers()
154 strlcpy(mDumpPropStrRaw, dumpPropStr, sizeof(mDumpPropStrRaw)); in needToDumpLayers()
387 strlcpy(pixFormatStr, "RGBA_8888", arraySize); in getHalPixelFormatStr()
390 strlcpy(pixFormatStr, "RGBX_8888", arraySize); in getHalPixelFormatStr()
393 strlcpy(pixFormatStr, "RGB_888", arraySize); in getHalPixelFormatStr()
396 strlcpy(pixFormatStr, "RGB_565", arraySize); in getHalPixelFormatStr()
399 strlcpy(pixFormatStr, "BGRA_8888", arraySize); in getHalPixelFormatStr()
402 strlcpy(pixFormatStr, "YV12", arraySize); in getHalPixelFormatStr()
405 strlcpy(pixFormatStr, "YCbCr_422_SP_NV16", arraySize); in getHalPixelFormatStr()
408 strlcpy(pixFormatStr, "YCrCb_420_SP_NV21", arraySize); in getHalPixelFormatStr()
411 strlcpy(pixFormatStr, "YCbCr_422_I_YUY2", arraySize); in getHalPixelFormatStr()
414 strlcpy(pixFormatStr, "YCrCb_422_I_YVYU", arraySize); in getHalPixelFormatStr()
417 strlcpy(pixFormatStr, "NV12_ENCODEABLE", arraySize); in getHalPixelFormatStr()
420 strlcpy(pixFormatStr, "YCbCr_420_SP_TILED_TILE_4x2", in getHalPixelFormatStr()
424 strlcpy(pixFormatStr, "YCbCr_420_SP", arraySize); in getHalPixelFormatStr()
427 strlcpy(pixFormatStr, "YCrCb_420_SP_ADRENO", arraySize); in getHalPixelFormatStr()
430 strlcpy(pixFormatStr, "YCrCb_422_SP", arraySize); in getHalPixelFormatStr()
433 strlcpy(pixFormatStr, "R_8", arraySize); in getHalPixelFormatStr()
436 strlcpy(pixFormatStr, "RG_88", arraySize); in getHalPixelFormatStr()
439 strlcpy(pixFormatStr, "INTERLACE", arraySize); in getHalPixelFormatStr()
442 strlcpy(pixFormatStr, "YCbCr_420_SP_VENUS", arraySize); in getHalPixelFormatStr()