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

12

/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.cpp96 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 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.cpp95 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 Dgr_adreno_info.cpp115 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 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;
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 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/msm8909/libgralloc/
H A Dalloc_controller.cpp147 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 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::__anon3991
/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::__anon4049
/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::__anon4099
/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);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp282 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 DC2DColorConverter.cpp484 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 DC2DColorConverter.h90 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
121 C2DBytesPerPixel bpp; member in struct:__anon4144

Completed in 1023 milliseconds

12