/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
H A D | PixelFormat.cpp | 23 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 D | PixelFormat.cpp | 24 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 D | PnwGrallocBuffer.h | 33 int bpp; member in struct:android::intel::PnwIMGGrallocBuffer
|
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_utils.cpp | 103 uint32_t bpp = 0; local 106 bpp = 8; 120 bpp = 4; 123 bpp = 3; 129 bpp = 2; 136 return bpp;
|
H A D | gr_adreno_info.cpp | 96 int bpp = 4; local 99 bpp = 3; 105 bpp = 2; 117 width, height, bpp, tile_enabled, raster_mode, padding_threshold, 121 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_utils.cpp | 103 uint32_t bpp = 0; local 106 bpp = 8; 120 bpp = 4; 123 bpp = 3; 129 bpp = 2; 136 return bpp;
|
H A D | gr_adreno_info.cpp | 95 int bpp = 4; local 98 bpp = 3; 104 bpp = 2; 116 width, height, bpp, tile_enabled, raster_mode, padding_threshold, 120 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
|
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_adreno_info.cpp | 115 int bpp = 4; local 119 bpp = 3; 125 bpp = 2; 145 width, height, bpp, tile_enabled, raster_mode, padding_threshold, 149 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode,
|
H A D | gr_utils.cpp | 115 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; 551 GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) argument 575 GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp) argument 601 uint32_t bpp = 0; local 646 uint32_t bpp = GetBppForUncompressedRGB(hnd->format); local [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
H A D | TngSpritePlane.cpp | 39 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 D | vc1parse_bitplane.c | 478 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 D | AnnRGBPlane.cpp | 90 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 D | AnnRGBPlane.cpp | 149 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 D | alloc_controller.cpp | 147 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 D | alloc_controller.cpp | 147 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/msm8909/libgralloc/ |
H A D | alloc_controller.cpp | 147 int bpp = 4; local 151 bpp = 8; 154 bpp = 3; 157 bpp = 2; 168 height, bpp, tile_enabled, 174 aligned_w = LINK_adreno_compute_padding(width, bpp,
|
/hardware/qcom/display/msm8960/libgralloc/ |
H A D | alloc_controller.cpp | 110 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 D | C2DColorConverter.h | 95 C2DBytesPerPixel bpp; member in struct:android::__anon3991
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode, 99 C2DBytesPerPixel bpp; member in struct:android::__anon4049
|
/hardware/qcom/media/msm8998/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode, 99 C2DBytesPerPixel bpp; member in struct:android::__anon4099
|
/hardware/intel/img/psb_video/src/x11/ |
H A D | psb_xvva.c | 252 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 D | mm_lib2d_test.c | 148 int bpp = 32; local 157 fprintf(f, "%c%c", bpp, 32);
|
/hardware/qcom/display/msm8994/libgralloc/ |
H A D | alloc_controller.cpp | 282 int bpp = 4; local 286 bpp = 8; 289 bpp = 3; 294 bpp = 2; 306 height, bpp, tile_enabled, 312 aligned_w = LINK_adreno_compute_padding(width, bpp, 830 static void getUBwcBlockSize(int bpp, int& block_width, int& block_height) argument 835 switch(bpp) 851 ALOGE("%s: Unsupported bpp: %d", __FUNCTION__, bpp); 856 getUBwcMetaBufferSize(int width, int height, int bpp) argument [all...] |
/hardware/qcom/media/sdm845/libc2dcolorconvert/ |
H A D | C2DColorConverter.cpp | 484 int32_t bpp = 0; local 488 bpp = 2; 489 mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, 491 size = alignedw * alignedh * bpp; 495 bpp = 4; 496 mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, 499 size = mSrcStride * alignedh * bpp; 501 size = alignedw * alignedh * bpp; 592 if (ret && req.bpp.denominator > 0) { 593 filled_length = (req.stride * req.sliceHeight * req.bpp 664 C2DBytesPerPixel bpp; local 762 int bpp = 1; //bytes per pixel local [all...] |
H A D | C2DColorConverter.h | 90 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode, 121 C2DBytesPerPixel bpp; member in struct:__anon4144
|