Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/common/detector/
DImage.cpp31 std::ifstream bitmap(filename, std::ofstream::in | std::ofstream::binary); in LoadRGBAFromBitmapFile() local
32 if (!bitmap.is_open()) { in LoadRGBAFromBitmapFile()
36 std::vector<char> bitmapBytes((std::istreambuf_iterator<char>(bitmap)), in LoadRGBAFromBitmapFile()
125 std::ofstream bitmap(filename, std::ofstream::out | std::ofstream::binary); in SaveRGBAToBitmapFile() local
126 if (!bitmap.is_open()) { in SaveRGBAToBitmapFile()
138 bitmap.write(reinterpret_cast<const char*>(&value), sizeof(value)); in SaveRGBAToBitmapFile()
191 bitmap.close(); in SaveRGBAToBitmapFile()
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIface.hal63 * @return status Status of the operation, and a bitmap of wpa driver features.
85 * @return status Status of the operation, and a bitmap of key management mask.
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h154 XFixesCreateRegionFromBitmap (Display *dpy, Pixmap bitmap);
Dxfixesproto.h208 Pixmap bitmap B32;
/hardware/interfaces/renderscript/1.0/default/
DContext.h60 …itmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) ov…
61 …itmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) ov…
DContext.cpp111 …mBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { in allocationCreateFromBitmap() argument
114 const hidl_vec<uint8_t>& _bitmap = bitmap; in allocationCreateFromBitmap()
120 …mBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { in allocationCubeCreateFromBitmap() argument
123 const hidl_vec<uint8_t>& _bitmap = bitmap; in allocationCubeCreateFromBitmap()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h143 status_t encodeJPEG(SkWStream * stream, const SkBitmap *bitmap,
Dqcamera_test.cpp412 const SkBitmap *bitmap, String8 path) in encodeJPEG() argument
416 if (!SkEncodeImage(stream, *bitmap, SkEncodedImageFormat::kJPEG, qFactor)) { in encodeJPEG()
497 __FUNCTION__, bitmap->getPixels(), len, path.string()); in encodeJPEG()
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIface.hal51 * @return status Status of the operation, and a bitmap of key management mask.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaIface.hal79 * @return status Status of the operation, and a bitmap of wpa driver features.
/hardware/interfaces/radio/1.4/
DIRadio.hal175 * Query the preferred network type bitmap.
187 * @param networkTypeBitmap a 32-bit bitmap of RadioAccessFamily.
DIRadioResponse.hal113 * @param networkTypeBitmap a 32-bit bitmap of RadioAccessFamily.
Dtypes.hal1646 /** Supported APN types bitmap. See ApnTypes for the value of each bit. */
1649 /** The bearer bitmap. See RadioAccessFamily for the value of each bit. */
1688 /** 32-bit bitmap of RadioAccessFamily. */
/hardware/interfaces/renderscript/1.0/
DIContext.hal111 * @param bitmap Bitmap source for the allocation data
113 * @return allocation Created Allocation containing bitmap data
117 vec<uint8_t> bitmap,
127 * @param bitmap Bitmap with cubemap faces layed out in the following
134 vec<uint8_t> bitmap,
185 * Copies from the Allocation into a Bitmap. The bitmap must match the
/hardware/interfaces/radio/1.2/
DIRadio.hal55 * @param indicationFilter 32-bit bitmap of IndicationFilter. Bits set to 1 indicate the
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9187 unsigned char bitmap[BITMAP_SIZE], in bitmapFromData()
9190 for (int i = 0; i < BITMAP_SIZE; ++i) bitmap[i] = 0; in bitmapFromData()
9192 for (int i = 0; i < nData; ++i) bitmap[data[i] >> 3] |= (1 << (data[i] & 7)); in bitmapFromData()
9194 bitmap[0] &= ~1; // zero is not explicitly stored in in bitmapFromData()
9201 if (bitmap[i]) { in bitmapFromData()
9209 const unsigned char bitmap[BITMAP_SIZE], unsigned short lut[USHORT_RANGE]) { in forwardLutFromBitmap()
9213 if ((i == 0) || (bitmap[i >> 3] & (1 << (i & 7)))) in forwardLutFromBitmap()
9223 const unsigned char bitmap[BITMAP_SIZE], unsigned short lut[USHORT_RANGE]) { in reverseLutFromBitmap()
9227 if ((i == 0) || (bitmap[i >> 3] & (1 << (i & 7)))) lut[k++] = i; in reverseLutFromBitmap()
9254 std::vector<unsigned char> bitmap(BITMAP_SIZE); in CompressPiz()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1976 bcm_bitcount(uint8 *bitmap, uint length) in bcm_bitcount() argument
1981 tmp = bitmap[i]; in bcm_bitcount()
/hardware/interfaces/radio/1.6/
DIRadioResponse.hal323 * @param networkTypeBitmap a 32-bit bitmap of RadioAccessFamily.
DIRadio.hal357 * @param networkTypeBitmap a 32-bit bearer bitmap of RadioAccessFamily
365 * Requests bitmap representing the currently allowed network types.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h842 extern uint bcm_bitcount(uint8 *bitmap, uint bytelength);
/hardware/interfaces/radio/1.5/
Dtypes.hal403 /** Supported APN types bitmap. See ApnTypes for the value of each bit. */
406 /** The bearer bitmap. See RadioAccessFamily for the value of each bit. */
DIRadio.hal264 * @param indicationFilter 32-bit bitmap of IndicationFilter. Bits set to 1 indicate the
/hardware/interfaces/radio/1.0/
Dtypes.hal1830 bitfield<ApnTypes> supportedApnTypesBitmap; // Supported APN types bitmap. See ApnTypes for the
1832 bitfield<RadioAccessFamily> bearerBitmap; // The bearer bitmap. See RadioAccessFamily for the
1847 bitfield<RadioAccessFamily> raf; // 32-bit bitmap of RadioAccessFamily
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h1369 Pixmap bitmap; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h223 uint8 bitmap[DOT11_BA_BITMAP_LEN]; /* Block Ack Bitmap */ member

12