/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
H A D | qcamera_test.cpp | 403 * @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 D | bcmutils.c | 1976 bcm_bitcount(uint8 *bitmap, uint length) argument 1981 tmp = bitmap[i];
|
/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 97 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 D | videodev2.h | 577 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | videodev2.h | 790 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | videodev2.h | 621 void __user * bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | videodev2.h | 848 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
H A D | videodev2.h | 727 void * bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
H A D | videodev2.h | 1092 void *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
H A D | videodev2.h | 576 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
H A D | videodev2.h | 787 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | videodev2.h | 547 void __user *bitmap; member in struct:v4l2_window
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | videodev2.h | 750 void __user *bitmap; member in struct:v4l2_window
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 193 #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...] |