/aosp_15_r20/external/libexif/libexif/ |
H A D | exif-entry.c | 53 exif_entry_log (ExifEntry *e, ExifLogCode code, const char *format, ...) in exif_entry_log() 176 exif_get_short_convert (const unsigned char *buf, ExifFormat format, in exif_get_short_convert() 446 exif_entry_format_value(ExifEntry *e, char *val, size_t maxlen) in exif_entry_format_value() 832 exif_entry_get_value (ExifEntry *e, char *val, unsigned int maxlen) in exif_entry_get_value()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 90 bool isSRGB(TextureFormat format) in isSRGB() 100 tcu::Vec4 linearToSRGBIfNeeded(const TextureFormat &format, const tcu::Vec4 &color) in linearToSRGBIfNeeded() 254 bool isAccessValid(TextureFormat format, TextureAccessType type) in isAccessValid() 530 TextureFormatInfo getTextureFormatInfo(const TextureFormat &format) in getTextureFormatInfo() 568 IVec4 getFormatMinIntValue(const TextureFormat &format) in getFormatMinIntValue() 587 IVec4 getFormatMaxIntValue(const TextureFormat &format) in getFormatMaxIntValue() 617 UVec4 getFormatMaxUintValue(const TextureFormat &format) in getFormatMaxUintValue() 758 IVec4 getTextureFormatBitDepth(const TextureFormat &format) in getTextureFormatBitDepth() 838 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format) in getTextureFormatMantissaBitDepth() 852 BVec4 getTextureFormatChannelMask(const TextureFormat &format) in getTextureFormatChannelMask() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | parse_function_generator.cc | 453 Formatter format(printer, variables_); in GenerateMethodDecls() local 474 Formatter format(printer, variables_); in GenerateMethodImpls() local 524 void ParseFunctionGenerator::GenerateTailcallParseFunction(Formatter& format) { in GenerateTailcallParseFunction() 540 Formatter& format) { in GenerateTailcallFallbackFunction() 599 Formatter format(printer, variables_); in GenerateDataDecls() local 623 Formatter format(printer, variables_); in GenerateDataDefinitions() local 633 void ParseFunctionGenerator::GenerateLoopingParseFunction(Formatter& format) { in GenerateLoopingParseFunction() 741 void ParseFunctionGenerator::GenerateTailCallTable(Formatter& format) { in GenerateTailCallTable() 894 void ParseFunctionGenerator::GenerateFastFieldEntries(Formatter& format) { in GenerateFastFieldEntries() 914 static void FormatFieldKind(Formatter& format, in FormatFieldKind() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | parse_function_generator.cc | 453 Formatter format(printer, variables_); in GenerateMethodDecls() local 474 Formatter format(printer, variables_); in GenerateMethodImpls() local 524 void ParseFunctionGenerator::GenerateTailcallParseFunction(Formatter& format) { in GenerateTailcallParseFunction() 540 Formatter& format) { in GenerateTailcallFallbackFunction() 599 Formatter format(printer, variables_); in GenerateDataDecls() local 623 Formatter format(printer, variables_); in GenerateDataDefinitions() local 633 void ParseFunctionGenerator::GenerateLoopingParseFunction(Formatter& format) { in GenerateLoopingParseFunction() 741 void ParseFunctionGenerator::GenerateTailCallTable(Formatter& format) { in GenerateTailCallTable() 894 void ParseFunctionGenerator::GenerateFastFieldEntries(Formatter& format) { in GenerateFastFieldEntries() 914 static void FormatFieldKind(Formatter& format, in FormatFieldKind() [all …]
|
/aosp_15_r20/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 222 long val = strtol(value, &end, 10); in get_int_value() local 282 static int out_set_format(struct audio_stream *stream, audio_format_t format) { in out_set_format() 328 int val = 0; in out_set_parameters() local 703 static int refine_output_parameters(uint32_t *sample_rate, audio_format_t *format, in refine_output_parameters() 744 static int refine_input_parameters(uint32_t *sample_rate, audio_format_t *format, in refine_input_parameters() 787 static size_t get_input_buffer_size(uint32_t sample_rate, audio_format_t format, in get_input_buffer_size() 822 static int in_set_format(struct audio_stream *stream, audio_format_t format) { in in_set_format() 857 int val = 0; in in_set_parameters() local
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/dp/ |
H A D | dp_intf.c | 12 static void mtk_dpintf_mask(const struct mtk_dpintf *dpintf, u32 offset, u32 val, u32 mask) in mtk_dpintf_mask() 127 u32 val; in mtk_dpintf_config_bit_num() local 152 u32 val; in mtk_dpintf_config_channel_swap() local 187 enum mtk_dpintf_out_color_format format) in mtk_dpintf_config_color_format()
|
/aosp_15_r20/hardware/libhardware_legacy/audio/ |
H A D | audio_hw_hal.cpp | 160 static int out_set_format(struct audio_stream *stream, audio_format_t format) in out_set_format() 188 int val; in out_set_parameters() local 207 int val; in out_get_parameters() local 311 static int in_set_format(struct audio_stream *stream, audio_format_t format) in in_set_format() 338 int val; in in_set_parameters() local 358 int val; in in_get_parameters() local
|
/aosp_15_r20/bootable/deprecated-ota/edify/ |
H A D | expr.cpp | 140 std::string val; in SleepFn() local 193 std::string val; in LogicalNotFn() local 404 Value* ErrorAbort(State* state, const char* format, ...) { in ErrorAbort() 412 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) { in ErrorAbort()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/utils/ |
H A D | sparsity_format_converter.cc | 57 const std::vector<TfLiteDimensionType>& format, in FormatConverter() 220 const std::vector<TfLiteDimensionType>& format, in FormatConverter() 235 std::vector<TfLiteDimensionType> format(sparsity.dim_metadata_size); in FormatConverter() local 256 std::vector<TfLiteDimensionType> format, std::vector<int> dense_size, in InitSparseToDenseConverter() 386 bool FormatConverter<T>::IsZero(const T val) { in IsZero()
|
/aosp_15_r20/external/mesa3d/src/freedreno/fdl/ |
H A D | fd6_view.c | 28 fdl6_format_swiz(enum pipe_format format, bool has_z24uint_s8uint, in fdl6_format_swiz() 141 #define COND(bool, val) ((bool) ? (val) : 0) argument 434 fdl6_buffer_view_init(uint32_t *descriptor, enum pipe_format format, in fdl6_buffer_view_init()
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | YuvToRgb.cpp | 27 inline size_t roundUpTo16(size_t val) { in roundUpTo16() 48 RenderScriptToolkit::YuvFormat format) in YuvToRgbTask() 234 size_t sizeY, YuvFormat format) { in yuvToRgb()
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | YuvToRgb.cpp | 28 inline size_t roundUpTo16(size_t val) { in roundUpTo16() 49 RenderScriptToolkit::YuvFormat format) in YuvToRgbTask() 235 size_t sizeY, YuvFormat format) { in yuvToRgb()
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | perf.c | 89 enum drm_i915_oa_format format; member 205 get_oa_format(enum drm_i915_oa_format format) in get_oa_format() 265 uint64_t val; in read_u64_file() local 278 write_u64_file(const char *path, uint64_t val) in write_u64_file() 291 try_sysfs_read_u64(const char *path, uint64_t *val) in try_sysfs_read_u64() 313 hsw_read_report_ticks(uint32_t *report, enum drm_i915_oa_format format) in hsw_read_report_ticks() 323 gen8_read_report_ticks(uint32_t *report, enum drm_i915_oa_format format) in gen8_read_report_ticks() 523 struct oa_format format = get_oa_format(fmt); in hsw_sanity_check_render_basic_reports() local 604 struct oa_format format = get_oa_format(fmt); in gen8_read_40bit_a_counter() local 638 enum drm_i915_oa_format format, in accumulate_uint40() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | AVA.java | 117 public AVA(ObjectIdentifier type, DerValue val) { in AVA() 154 AVA(Reader in, int format) throws IOException { in AVA() 170 AVA(Reader in, int format, Map<String, String> keywordMap) in AVA() 259 (Reader in, int format) throws IOException { in parseHexString() 400 (Reader in, int c, int format, StringBuilder temp) throws IOException { in parseString() 561 private static boolean isTerminator(int ch, int format) { in isTerminator() 684 private String toKeyword(int format, Map<String, String> oidMap) { in toKeyword()
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 188 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint() 202 static boolean parse_int( const char **pcur, int *val ) in parse_int() 239 static boolean parse_float( const char **pcur, float *val ) in parse_float() 366 static void report_error(struct translate_ctx *ctx, const char *format, ...) in report_error() 431 static boolean parse_label( struct translate_ctx *ctx, uint *val ) in parse_label() 1399 int format = str_match_format(&cur2); in parse_declaration() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 667 unsigned val = (unsigned)fmt; in has_format_bit() local 692 enum pipe_format format) in virgl_is_vertex_format_supported() 722 virgl_format_check_bitmask(enum pipe_format format, in virgl_format_check_bitmask() 753 enum pipe_format format, in virgl_has_scanout_format() 768 enum pipe_format format, in virgl_is_format_supported() 918 enum pipe_format format, in virgl_is_video_format_supported() 1089 UNUSED enum pipe_format format, in virgl_is_dmabuf_modifier_supported() 1101 enum pipe_format format) in virgl_get_dmabuf_modifier_planes()
|
/aosp_15_r20/cts/tests/media/jni/ |
H A D | NativeMuxerTest.cpp | 56 for (auto format : mFormat) AMediaFormat_delete(format); in ~MuxerNativeTestHelper() local 147 AMediaFormat* format = AMediaExtractor_getTrackFormat(extractor, trackID); in splitMediaToMuxerParameters() local 519 static bool isCodecContainerPairValid(OutputFormat format, const char* mediaType) { in isCodecContainerPairValid() 791 static jboolean nativeTestOffsetPts(JNIEnv* env, jobject, jint format, jstring jsrcPath, in nativeTestOffsetPts() 1131 AMediaFormat* format = AMediaMuxer_getTrackFormat(muxer, tc); in nativeTestSimpleAppend() local 1132 int64_t val = 0; in nativeTestSimpleAppend() local 1300 AMediaFormat* format = AMediaMuxer_getTrackFormat(muxer, tc); in nativeTestIgnoreLastGOPAppend() local 1301 int64_t val = 0; in nativeTestIgnoreLastGOPAppend() local
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | APIInfo.java | 110 public void setPackage(String val) { setType(PAK, val); } in setPackage() 111 public void setClassName(String val) { setType(CLS, val); } in setClassName() 112 public void setName(String val) { setType(NAM, val); } in setName() 113 public void setSignature(String val) { setType(SIG, val); } in setSignature() 114 public void setExceptions(String val) { setType(EXC, val); } in setExceptions() 177 int val = (info >>> shifts[typ]) & masks[typ]; in get() local 186 public void setType(int typ, int val) { in setType() 200 private void setType(int typ, String val) { in setType() 443 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format() method in APIInfo 493 int val = getVal(CAT); in format() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/ |
D | pcm_extplug.h | 96 snd_pcm_format_t format; member 174 static inline int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) in snd_pcm_extplug_set_param() 182 … inline int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) in snd_pcm_extplug_set_slave_param()
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 783 Value *src[3], *val; in handleTEX() local 867 ImmediateValue val; in handleTEX() local 1014 Value *src[3], *val; in handleTXD() local 1670 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoords() local 1806 const TexInstruction::ImgFormatDesc *format = su->tex.format; in handleSULDP() local 1955 const TexInstruction::ImgFormatDesc *format = su->tex.format; in handleSUSTP() local 2112 LValue *val = bld.getScratch(); in handlePFETCH() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | time_facet.hpp | 267 void time_duration_format(const char_type* const format) in time_duration_format() 442 string_type format(m_time_duration_format); in put() local 577 integral_as_string(IntT val, int width = 2) in integral_as_string() 734 explicit time_input_facet(const string_type& format, ::size_t ref_arg = 0) in time_input_facet() 739 explicit time_input_facet(const string_type& format, in time_input_facet() 761 void time_duration_format(const char_type* const format) { in time_duration_format() 1298 int_type decimal_adjust(int_type val, const unsigned short places) const in decimal_adjust()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 71 inline VkImageCreateInfo makeImageCreateInfo(const IVec3 &size, const VkFormat &format, bool cubema… in makeImageCreateInfo() 128 const VkFormat format) in SampleDrawnCubeFaceTestInstance() 478 const IVec4 val = IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); in iterate() local 510 const tcu::IVec2 &size, const VkFormat format) in SampleDrawnCubeFaceTest() 578 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in createImageSampleDrawnCubeFaceTests() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | locale.py | 187 def format(percent, value, grouping=False, monetary=False, *additional): function 224 def format_string(f, val, grouping=False): argument 258 def currency(val, symbol=True, grouping=False, international=False): argument 303 def str(val): argument
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 45 bool isInterleaved(FrameworkFormat format, bool yuv420888ToNv21) { in isInterleaved() 65 YUVInterleaveDirection getInterleaveDirection(FrameworkFormat format, bool yuv420888ToNv21) { in getInterleaveDirection() 87 GLint getGlTextureFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlTextureFormat() 150 GLenum getGlPixelFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelFormat() 213 GLsizei getGlPixelType(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelType() 295 inline uint32_t alignToPower2(uint32_t val, uint32_t align) { in alignToPower2() 311 FrameworkFormat format, in getYUVOffsets() 448 FrameworkFormat format, in createYUVGLTex() 470 static void readYUVTex(GLuint tex, FrameworkFormat format, bool yuv420888ToNv21, in readYUVTex() 507 FrameworkFormat format, in subUpdateYUVGLTex() [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecConfig_test.cpp | 316 sp<AMessage> format{new AMessage}; in TEST_F() local 432 sp<AMessage> format{new AMessage}; in TEST_F() local 476 sp<AMessage> format{new AMessage}; in TEST_F() local 535 sp<AMessage> format{new AMessage}; in TEST_F() local 628 sp<AMessage> format{new AMessage}; in TEST_P() local 676 sp<AMessage> format{new AMessage}; in TEST_F() local 679 AString val; in TEST_F() local
|