Home
last modified time | relevance | path

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

12345678

/device/google/contexthub/util/nanotool/
Dlog.cpp43 #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/
Dvk_format_info.h103 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/
Ddebug.c27 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()
Ddebug.h102 #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/
DStringFormat.cpp22 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()
DStringFormat.h70 std::string StringFormat(const char* format, Args&&... args) { in StringFormat()
76 const char* format, in StringAppendFormat()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp21 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/
Dnano_calibration.cc38 #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/
Dfuchsia_stdio.cc21 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()
Dport.cc26 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/
Dgralloc_vsoc_priv.h82 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()
Dgralloc.cpp50 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/
Dvp8only_encoder_factory.cpp29 for (auto& format : inner_->GetSupportedFormats()) { in GetSupportedFormats() local
43 const webrtc::SdpVideoFormat& format) { in CreateVideoEncoder()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp107 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/
DBase.h38 uint32_t format; member
49 int32_t format; member
56 int32_t format; member
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DBase.h37 uint32_t format; member
49 int32_t format; member
56 int32_t format; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp226 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
DGL2EncoderUtils.cpp25 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/
Dgralloc_gbm.cpp73 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/
DYUVConverter.cpp31 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/
Dstream_common.cpp57 void StreamCommon::getSupportedSampleRates(AudioFormat format, in getSupportedSampleRates()
75 void StreamCommon::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_dmabuf.cpp72 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/
Dlog.h20 #define android_printLog(prio, tag, format, ...) \ argument
29 #define android_printAssert(condition, tag, format, ...) \ argument
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoderUtils.cpp22 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/
Dxf-trace.c61 int xf_trace(const char *format, ...) in xf_trace()

12345678