Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.cpp253 bool tryWrapping = !copy; in GraphicView2MediaImageConverter() local
324 if (tryWrapping && mClientColorFormat != COLOR_FormatYUV420Flexible) { in GraphicView2MediaImageConverter()
325 tryWrapping = yuv420888 && uPlane.colInc == 1 && vPlane.colInc == 1 in GraphicView2MediaImageConverter()
352 if (tryWrapping && mClientColorFormat != COLOR_FormatYUV420Flexible) { in GraphicView2MediaImageConverter()
353 tryWrapping = yuv420888 && uPlane.colInc == 2 && vPlane.colInc == 2 in GraphicView2MediaImageConverter()
378 if (tryWrapping) { in GraphicView2MediaImageConverter()
379 tryWrapping = yPlane.allocatedDepth == 16 in GraphicView2MediaImageConverter()
457 tryWrapping = false; in GraphicView2MediaImageConverter()
472 if (tryWrapping) { in GraphicView2MediaImageConverter()