HomeSort by relevance Sort by last modified time
    Searched defs:pixelBuffer (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 81 private void calcMeanAndStd(ByteBuffer pixelBuffer, int width, int height, Quad quad) {
83 pixelBuffer.rewind();
84 regionscore(pixelBuffer, width, height, quad.topLeft().x, quad.topLeft().y,
98 ByteBuffer pixelBuffer = inputFrame.lockBytes(Frame.MODE_READ);
100 calcMeanAndStd(pixelBuffer, inputFrame.getWidth(), inputFrame.getHeight(), mCropRect);
  /frameworks/base/libs/hwui/font/
Font.cpp 29 #include "../PixelBuffer.h"
211 PixelBuffer* pixelBuffer = cacheTexture->getPixelBuffer();
213 uint32_t formatSize = PixelBuffer::formatSize(pixelBuffer->getFormat());
214 uint32_t alpha_channel_offset = PixelBuffer::formatAlphaOffset(pixelBuffer->getFormat());
220 const uint8_t* cacheBuffer = pixelBuffer->map();
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageMemoryAliasing.cpp 633 const tcu::ConstPixelBufferAccess pixelBuffer = tcu::ConstPixelBufferAccess(m_format, gridSize.x(), gridSize.y(), gridSize.z(), outputData + bufferOffset);
641 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
    [all...]
vktSparseResourcesImageSparseResidency.cpp 586 const tcu::ConstPixelBufferAccess pixelBuffer = tcu::ConstPixelBufferAccess(m_format, gridSize.x(), gridSize.y(), gridSize.z(), outputData);
626 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
639 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
657 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 541 GLuint pixelBuffer = (GLuint)-1;
543 GLU_CHECK_CALL(glGenBuffers(1, &pixelBuffer));
544 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
572 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer));
574 GLU_CHECK_CALL(glDeleteBuffers(1, &pixelBuffer));
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 734 tcu::ConstPixelBufferAccess pixelBuffer = resultLevel->getAccess();
737 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i);
    [all...]

Completed in 233 milliseconds