Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp267 bool tryWrapping = !copy; in GraphicView2MediaImageConverter() local
371 if (tryWrapping && mClientColorFormat != COLOR_FormatYUV420Flexible) { in GraphicView2MediaImageConverter()
372 tryWrapping = yuv420888 && uPlane.colInc == 1 && vPlane.colInc == 1 in GraphicView2MediaImageConverter()
399 if (tryWrapping && mClientColorFormat != COLOR_FormatYUV420Flexible) { in GraphicView2MediaImageConverter()
400 tryWrapping = yuv420888 && uPlane.colInc == 2 && vPlane.colInc == 2 in GraphicView2MediaImageConverter()
426 if (tryWrapping) { in GraphicView2MediaImageConverter()
427 tryWrapping = yPlane.allocatedDepth == 16 in GraphicView2MediaImageConverter()
542 tryWrapping = false; in GraphicView2MediaImageConverter()
557 if (tryWrapping) { in GraphicView2MediaImageConverter()