Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/hardware/qcom/sm8150/display/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
74 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
126 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
139 float GetBufferFormatBpp(LayerBufferFormat format) { in GetBufferFormatBpp()
199 DisplayError GetBufferFormatTileSize(LayerBufferFormat format, FormatTileSize *tile_size) { in GetBufferFormatTileSize()
228 bool HasAlphaChannel(LayerBufferFormat format) { in HasAlphaChannel()
/hardware/qcom/sm7250/display/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
74 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
126 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
139 float GetBufferFormatBpp(LayerBufferFormat format) { in GetBufferFormatBpp()
199 DisplayError GetBufferFormatTileSize(LayerBufferFormat format, FormatTileSize *tile_size) { in GetBufferFormatTileSize()
228 bool HasAlphaChannel(LayerBufferFormat format) { in HasAlphaChannel()
/hardware/ti/am57x/libhwcomposer/
Dformat.cpp26 bool is_valid_format(uint32_t format) in is_valid_format()
53 bool is_rgb_format(uint32_t format) in is_rgb_format()
65 bool is_bgr_format(uint32_t format) in is_bgr_format()
76 bool is_nv12_format(uint32_t format) in is_nv12_format()
88 bool is_opaque_format(uint32_t format) in is_opaque_format()
100 uint32_t get_format_bpp(uint32_t format) in get_format_bpp()
/hardware/qcom/sm7250/display/libdebug/
Ddebug_handler.h35 #define DLOG(method, format, ...) \ argument
38 #define DLOG_IF(tag, method, format, ...) \ argument
43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument
44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument
45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument
46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument
47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument
49 #define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__) argument
50 #define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__) argument
51 #define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__) argument
[all …]
/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h35 #define DLOG(method, format, ...) \ argument
38 #define DLOG_IF(tag, method, format, ...) \ argument
43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument
44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument
45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument
46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument
47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument
49 #define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__) argument
50 #define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__) argument
51 #define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__) argument
[all …]
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h49 #define TS_PRINTF(format, x...) \ argument
61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h49 #define TS_PRINTF(format, x...) \ argument
61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/display/msm8998/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
51 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
71 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
118 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
73 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
121 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
52 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
73 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
121 BufferLayout GetBufferLayout(LayerBufferFormat format) { in GetBufferLayout()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_logger.h40 #define DRM_LOGE(format, ...) DLOGE(format, ##__VA_ARGS__) argument
41 #define DRM_LOGW(format, ...) DLOGW_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
42 #define DRM_LOGI(format, ...) DLOGI_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
43 #define DRM_LOGD(format, ...) DLOGD_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
44 #define DRM_LOGV(format, ...) DLOGV_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_logger.h40 #define DRM_LOGE(format, ...) DLOGE(format, ##__VA_ARGS__) argument
41 #define DRM_LOGW(format, ...) DLOGW_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
42 #define DRM_LOGI(format, ...) DLOGI_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
43 #define DRM_LOGD(format, ...) DLOGD_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
44 #define DRM_LOGV(format, ...) DLOGV_IF(DRM_LOG_TAG, format, ##__VA_ARGS__) argument
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
60 #define DRM_LOGE(format, ...) DRM_LOG_CONTEXT(Error, format, ##__VA_ARGS__) argument
61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__) argument
62 #define DRM_LOGI(format, ...) DRM_LOG_CONTEXT(Info, format, ##__VA_ARGS__) argument
63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
60 #define DRM_LOGE(format, ...) DRM_LOG_CONTEXT(Error, format, ##__VA_ARGS__) argument
61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__) argument
62 #define DRM_LOGI(format, ...) DRM_LOG_CONTEXT(Info, format, ##__VA_ARGS__) argument
63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
60 #define DRM_LOGE(format, ...) DRM_LOG_CONTEXT(Error, format, ##__VA_ARGS__) argument
61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__) argument
62 #define DRM_LOGI(format, ...) DRM_LOG_CONTEXT(Info, format, ##__VA_ARGS__) argument
63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \ argument
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.cpp101 CamxPixelFormat format = (CamxPixelFormat)0; in GetCameraPixelFormat() local
141 int CameraInfo::GetBufferSize(int format, int width, int height, unsigned int *size) { in GetBufferSize()
155 int CameraInfo::GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes) { in GetStrideInBytes()
171 int CameraInfo::GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel) { in GetStrideInPixels()
187 int CameraInfo::GetPixelIncrement(int format, int plane_type, int *pixel_increment) { in GetPixelIncrement()
203 int CameraInfo::GetPlaneOffset(int format, int plane_type, int width, int height, int *offset) { in GetPlaneOffset()
219 int CameraInfo::GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, in GetSubsamplingFactor()
237 int CameraInfo::GetPlaneTypes(int format, PlaneComponent *plane_component_array, int *plane_count) { in GetPlaneTypes()
257 int CameraInfo::GetScanline(int format, int plane_type, int height, int *scanlines) { in GetScanline()
272 int CameraInfo::GetPlaneSize(int format, int plane_type, int width, int height, in GetPlaneSize()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/utils/
Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat()
51 bool Is10BitFormat(LayerBufferFormat format) { in Is10BitFormat()
71 const char *GetFormatString(const LayerBufferFormat &format) { in GetFormatString()
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
44 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
46 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
48 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument
49 #define DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument
50 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument
51 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument
[all …]
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument
42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument
43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument
45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__) argument
48 #define DLOGD(format, ...) DLOGD_IF(kTagNone, format, ##__VA_ARGS__) argument
49 #define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__) argument
50 #define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__) argument
[all …]

12345678910>>...23