/device/google/contexthub/util/nanotool/ |
D | log.cpp | 43 #define LOG_EX_VARARGS(level, format) \ argument 51 void Log::Error(const char *format, ...) { in Error() 55 void Log::Warn(const char *format, ...) { in Warn() 59 void Log::Info(const char *format, ...) { in Info() 63 void Log::Debug(const char *format, ...) { in Debug() 122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx() 144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | vk_format_info.h | 103 vk_format_aspects(VkFormat format) in vk_format_aspects() 155 vk_format_is_color(VkFormat format) in vk_format_is_color() 161 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() 168 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 27 dprint( const char* format, ... ) in dprint() 39 dprintn( const char* format, ... ) in dprintn() 48 dprintnv( const char* format, va_list args ) in dprintnv() 55 dwarning( const char* format, ... ) in dwarning() 67 derror( const char* format, ... ) in derror() 81 const char* format, ... ) in android_tid_function_print()
|
D | debug.h | 102 #define VERBOSE_DPRINT(tag,format,...) \ argument 107 #define VERBOSE_FUNCTION_PRINT(tag,format,...) \ argument 113 #define VERBOSE_FUNCTION_DPRINT(tag,format,...) \ argument
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringFormat.cpp | 22 std::string StringFormatRaw(const char* format, ...) { in StringFormatRaw() 30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() 36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw() 44 const char* format, in StringAppendFormatWithArgs()
|
D | StringFormat.h | 70 std::string StringFormat(const char* format, Args&&... args) { in StringFormat() 76 const char* format, in StringAppendFormat()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 21 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize() 23 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument 201 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch() 206 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset() 217 GLenum format, GLenum type, in computeTextureStartEnd() 245 GLenum format, GLenum type, in computeTotalImageSize() 270 GLenum format, GLenum type, in computeNeededBufferSize() 295 GLenum format, GLenum type, in computePackingOffsets2D() 321 GLenum format, GLenum type, in computePackingOffsets3D()
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 38 #define NANO_CAL_LOGD(tag, format, ...) LOGD("%s " format, tag, ##__VA_ARGS__) argument 39 #define NANO_CAL_LOGW(tag, format, ...) LOGW("%s " format, tag, ##__VA_ARGS__) argument 40 #define NANO_CAL_LOGE(tag, format, ...) LOGE("%s " format, tag, ##__VA_ARGS__) argument 42 #define NANO_CAL_LOGD(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 43 #define NANO_CAL_LOGW(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 44 #define NANO_CAL_LOGE(tag, format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 49 #define NANO_CAL_LOGI(tag, format, ...) LOGI("%s " format, tag, ##__VA_ARGS__) argument
|
/device/generic/goldfish-opengl/fuchsia/ |
D | fuchsia_stdio.cc | 21 int printf(const char *format, ...) in printf() 30 int vprintf(const char *format, va_list ap) in vprintf() 35 int fprintf(FILE *stream, const char *format, ...) in fprintf() 63 int vfprintf(FILE *stream, const char *format, va_list ap) in vfprintf()
|
D | port.cc | 26 int __android_log_print(int priority, const char* tag, const char* format, in __android_log_print() 57 const char* format, ...) { in __android_log_assert()
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | gralloc_vsoc_priv.h | 82 int format; member 165 static inline int formatToBytesPerPixel(int format) { in formatToBytesPerPixel() 192 inline const char* pixel_format_to_string(int format) { in pixel_format_to_string() 252 int format, int width, int height, void* base_v, android_ycbcr* out) { in formatToYcbcr() 277 static inline int formatToBytesPerFrame(int format, int w, int h) { in formatToBytesPerFrame()
|
D | gralloc.cpp | 50 alloc_device_t* /*dev*/, int format, int w, int h, in gralloc_alloc_buffer() 99 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() argument
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | vp8only_encoder_factory.cpp | 29 for (auto& format : inner_->GetSupportedFormats()) { in GetSupportedFormats() local 43 const webrtc::SdpVideoFormat& format) { in CreateVideoEncoder()
|
/device/generic/goldfish-opengl/system/hals/ |
D | allocator3.cpp | 107 PixelFormat format; in allocateImpl() local 239 const PixelFormat format, in allocateImpl2() 284 PixelFormat* format) { in getBufferFormat() 311 static bool needHostCb(const uint32_t usage, const PixelFormat format) { in needHostCb() 326 const PixelFormat format, in allocateCb()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Base.h | 38 uint32_t format; member 49 int32_t format; member 56 int32_t format; member
|
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/ |
D | Base.h | 37 uint32_t format; member 49 int32_t format; member 56 int32_t format; member
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.cpp | 226 bool readPixelsFormat(GLenum format) { in readPixelsFormat() 244 bool readPixelsType(GLenum format) { in readPixelsType() 492 bool unsizedFormat(GLenum format) { in unsizedFormat() 701 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat() 722 #define GLES3_FORMAT_CASE(format) \ in pixelFormat() argument 831 #define VALID_INTERNAL_FORMAT(format) \ in pixelInternalFormat() argument
|
D | GL2EncoderUtils.cpp | 25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize() 32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D()
|
/device/linaro/dragonboard/gralloc/ |
D | gralloc_gbm.cpp | 73 static uint32_t get_gbm_format(int format) in get_gbm_format() 107 static int gralloc_gbm_get_bpp(int format) in gralloc_gbm_get_bpp() 167 int format = get_gbm_format(handle->format); in gbm_import() local 201 int format = get_gbm_format(handle->format); in gbm_alloc() local 367 int width, int height, int format, int usage, int *stride) in gralloc_gbm_bo_create()
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 31 FrameworkFormat format, in getPlanarYUVSizes() 72 FrameworkFormat format, in getYUVSizes() 91 static void getPlanarYUVOffsets(int width, int height, FrameworkFormat format, in getPlanarYUVOffsets() 135 static void getYUVOffsets(int width, int height, FrameworkFormat format, in getYUVOffsets() 380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter()
|
/device/generic/goldfish/audio/ |
D | stream_common.cpp | 57 void StreamCommon::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates() 75 void StreamCommon::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks()
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_dmabuf.cpp | 72 uint32_t format, in linux_buffer_params_create() 93 uint32_t format, in linux_buffer_params_create_immed()
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 20 #define android_printLog(prio, tag, format, ...) \ argument 29 #define android_printAssert(condition, tag, format, ...) \ argument
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoderUtils.cpp | 22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-trace.c | 61 int xf_trace(const char *format, ...) in xf_trace()
|