Searched defs:bpp (Results 1 - 25 of 52) sorted by relevance

123

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DPixelFormat.cpp23 bool PixelFormat::convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp) argument
28 bpp = 4;
32 bpp = 4;
36 bpp = 4;
40 bpp = 4;
44 bpp = 2;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DPixelFormat.cpp24 bool PixelFormat::convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp) argument
29 bpp = 4;
33 bpp = 4;
37 bpp = 4;
41 bpp = 4;
45 bpp = 2;
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.h33 int bpp; member in struct:android::intel::PnwIMGGrallocBuffer
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_utils.cpp103 uint32_t bpp = 0; local
106 bpp = 8;
120 bpp = 4;
123 bpp = 3;
129 bpp = 2;
136 return bpp;
H A Dgr_adreno_info.cpp98 int bpp = 4; local
101 bpp = 3;
107 bpp = 2;
119 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
123 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_utils.cpp103 uint32_t bpp = 0; local
106 bpp = 8;
120 bpp = 4;
123 bpp = 3;
129 bpp = 2;
136 return bpp;
H A Dgr_adreno_info.cpp97 int bpp = 4; local
100 bpp = 3;
106 bpp = 2;
118 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
122 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_adreno_info.cpp106 int bpp = 4; local
110 bpp = 3;
116 bpp = 2;
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
H A Dgr_utils.cpp115 uint32_t bpp = 0; local
118 bpp = 8;
132 bpp = 4;
136 bpp = 3;
142 bpp = 2;
149 return bpp;
191 uint32_t bpp = GetBppForUncompressedRGB(format); local
192 size = alignedw * alignedh * bpp;
336 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp, argument
340 ystride = cstride = UINT(width) * bpp;
557 GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) argument
581 GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) argument
607 uint32_t bpp = 0; local
652 uint32_t bpp = GetBppForUncompressedRGB(hnd->format); local
[all...]
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_adreno_info.cpp106 int bpp = 4; local
110 bpp = 3;
116 bpp = 2;
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
H A Dgr_utils.cpp115 uint32_t bpp = 0; local
118 bpp = 8;
132 bpp = 4;
136 bpp = 3;
142 bpp = 2;
149 return bpp;
191 uint32_t bpp = GetBppForUncompressedRGB(format); local
192 size = alignedw * alignedh * bpp;
336 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp, argument
340 ystride = cstride = UINT(width) * bpp;
557 GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) argument
581 GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) argument
607 uint32_t bpp = 0; local
652 uint32_t bpp = GetBppForUncompressedRGB(hnd->format); local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngSpritePlane.cpp39 int bpp; local
58 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
68 linoff = (mapper.getCrop().h + srcY - 1) * stride + (srcX + mapper.getCrop().w - 1) * bpp;
70 linoff = srcY * stride + srcX * bpp;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_bitplane.c478 vc1_Bitplane *bpp = &bp; local
484 bpp->databits = pInfo->bitplane;
487 biplaneSz = initBitplane(bpp, width, height);
490 bpp->invert = (uint8_t) tempValue;
492 if ((status = vc1_DecodeHuffmanOne(ctxt, &bpp->imode,
503 if (bpp->imode == VC1_BITPLANE_NORM2_MODE)
505 vc1_Norm2ModeDecode(ctxt, bpp, width, height);
507 else if (bpp->imode == VC1_BITPLANE_DIFF2_MODE)
509 vc1_Norm2ModeDecode(ctxt, bpp, width, height);
510 vc1_InverseDiff(bpp, widt
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.cpp90 int bpp; local
110 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
123 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
125 linoff = srcY * stride + srcX * bpp;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnRGBPlane.cpp149 int bpp; local
169 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
182 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
184 linoff = srcY * stride + srcX * bpp;
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp147 int bpp = 4; local
151 bpp = 3;
154 bpp = 2;
165 height, bpp, tile_enabled,
171 aligned_w = LINK_adreno_compute_padding(width, bpp,
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp147 int bpp = 4; local
151 bpp = 3;
154 bpp = 2;
165 height, bpp, tile_enabled,
171 aligned_w = LINK_adreno_compute_padding(width, bpp,
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp110 int bpp = 4; local
114 bpp = 3;
117 bpp = 2;
127 stride = LINK_adreno_compute_padding(stride, bpp,
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.h95 C2DBytesPerPixel bpp; member in struct:android::__anon4053
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
99 C2DBytesPerPixel bpp; member in struct:android::__anon4111
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
99 C2DBytesPerPixel bpp; member in struct:android::__anon4161
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.cpp390 uint32_t width, uint32_t height, int32_t bpp) {
391 size_t dstYStride = align(width, 16) * bpp ;
396 memcpy(dst, srcY, width * bpp);
403 memcpy(dst, srcV, width / 2 * bpp);
410 memcpy(dst, srcU, width / 2 * bpp);
446 int32_t bpp = 1; local
448 bpp = 2;
454 c2_status_t err = pool->fetchGraphicBlock(align(mWidth, 16) * bpp, mHeight, format, usage, &block);
479 srcYStride, srcUStride, srcVStride, mWidth, mHeight, bpp);
387 copyOutputBufferToYV12Frame(uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, size_t srcYStride, size_t srcUStride, size_t srcVStride, uint32_t width, uint32_t height, int32_t bpp) argument
/hardware/google/av/media/sfplugin/utils/
H A DCodec2BufferUtils.cpp68 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); local
85 || (bpp > 1 && plane.endianness != plane.NATIVE)) {
95 MemCopier<ToMediaImage, 0>::copy(imgPtr, viewPtr, bpp);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c252 int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add,
271 srf->bytes_pp = bpp;
249 psb_surface_init( psb_driver_data_p driver_data, PsbVASurfaceRec *srf, int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add, struct _WsbmBufferObject *bo, int flags ) argument
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
H A Dmm_lib2d_test.c148 int bpp = 32; local
157 fprintf(f, "%c%c", bpp, 32);

Completed in 650 milliseconds

123