Searched defs:bitmap (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp403 * @bitmap : SkBitmap decoded image to encode
412 const SkBitmap *bitmap, String8 path)
416 if (!SkEncodeImage(stream, *bitmap, SkEncodedImageFormat::kJPEG, qFactor)) {
497 __FUNCTION__, bitmap->getPixels(), len, path.string());
411 encodeJPEG(SkWStream * stream, const SkBitmap *bitmap, String8 path) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1976 bcm_bitcount(uint8 *bitmap, uint length) argument
1981 tmp = bitmap[i];
/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp97 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { argument
100 const hidl_vec<uint8_t>& _bitmap = bitmap;
106 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) { argument
109 const hidl_vec<uint8_t>& _bitmap = bitmap;
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h577 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h790 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h621 void __user * bitmap; member in struct:v4l2_window
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h848 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dvideodev2.h727 void * bitmap; member in struct:v4l2_window
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dvideodev2.h1092 void *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h576 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h787 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h547 void __user *bitmap; member in struct:v4l2_window
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h750 void __user *bitmap; member in struct:v4l2_window
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h193 #define DOT11_BA_CTL_COMPRESSED 0x0004 /* compressed bitmap */
195 #define DOT11_BA_CTL_NUMMSDU_MASK 0x0FC0 /* num msdu in bitmap mask */
196 #define DOT11_BA_CTL_NUMMSDU_SHIFT 6 /* num msdu in bitmap shift */
217 #define DOT11_BA_BITMAP_LEN 128 /* bitmap length */
218 #define DOT11_BA_CMP_BITMAP_LEN 8 /* compressed bitmap length */
223 uint8 bitmap[DOT11_BA_BITMAP_LEN]; /* Block Ack Bitmap */ member in struct:dot11_ba
225 #define DOT11_BA_LEN 4 /* BA frame payload len (wo bitmap) */
642 typedef uint8 ac_bitmap_t; /* AC bitmap of (1 << AC_xx) */
1690 uint8 bitmap_control; /* AID 0 + bitmap offset */
2174 #define DOT11_RRM_CAP_LEN 5 /* length of rrm cap bitmap */
[all...]

Completed in 294 milliseconds