Searched refs:bufferFormat (Results 1 – 3 of 3) sorted by relevance
562 int bufferFormat = buffer->mGraphicBuffer->getPixelFormat(); in ImageReader_imageSetup() local563 if ((bufferFormat != HAL_PIXEL_FORMAT_BLOB) && (imgReaderFmt != HAL_PIXEL_FORMAT_BLOB) && in ImageReader_imageSetup()568 if (imgReaderFmt != bufferFormat) { in ImageReader_imageSetup()570 isPossiblyYUV(bufferFormat)) { in ImageReader_imageSetup()574 __FUNCTION__, bufferFormat); in ImageReader_imageSetup()576 bufferFormat == HAL_PIXEL_FORMAT_RGBA_8888) { in ImageReader_imageSetup()588 bufferFormat, ctx->getBufferFormat()); in ImageReader_imageSetup()592 bufferFormat, ctx->getBufferFormat()); in ImageReader_imageSetup()
59 bool ACanvas_isSupportedPixelFormat(int32_t bufferFormat) { in ACanvas_isSupportedPixelFormat() argument61 ANativeWindow_Buffer buffer { 1, 1, 1, bufferFormat, pixels, {0} }; in ACanvas_isSupportedPixelFormat()
34 ANDROID_API bool ACanvas_isSupportedPixelFormat(int32_t bufferFormat);