Searched defs:bpp (Results 1 – 13 of 13) sorted by relevance
41 uint32_t angle, uint32_t bpp, bool hasData, size_t iccSize): in VideoFrame()
118 const uint32_t bpp = bytesPerPixel(format); in allocate() local
95 uint32_t bpp = 4; in TEST_F() local
159 int32_t bpp = (mOutputFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in updatePortDefinitions() local319 int32_t bpp = (outDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in copyYV12FrameToOutputBuffer() local
667 const size_t bpp = new_color_type == PNG_COLOR_TYPE_GRAY ? 1 : 2; in WritePng() local702 const size_t bpp = new_color_type == PNG_COLOR_TYPE_RGB ? 3 : 4; in WritePng() local
347 int bpp = isOpaque ? 3 : 4; in analyze_image() local
162 int32_t bpp = 1; in outputBuffers() local
487 int bpp[] = new int[3]; in onSurfaceChanged() local
69 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy() local
826 int bpp; in dump_image() local1037 int bpp = isOpaque ? 3 : 4; in analyze_image() local
227 void fillGreyscaleBuffer(T* buf, int w, int h, int stride, int bpp) { in fillGreyscaleBuffer()
1768 const size_t bpp = bytesPerPixel(src->format); in copyBlt() local
482 const size_t bpp = pixelFormatTable[src->format].size; in copyBlt() local