Home
last modified time | relevance | path

Searched refs:format (Results 4351 - 4375 of 10708) sorted by relevance

1...<<171172173174175176177178179180>>...429

/third_party/cups-filters/fontembed/
H A Ddynstring.h13 __attribute__((format(printf, 2, 3)));
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DFormatter.java18 * A method that takes the object to format and returns
21 * @param toFormat the object to format.
32 * A method that takes the object to format and returns
35 * @param toFormat the object to format.
43 FormattedPlaceholder format(Object toFormat, Map<String, Object> variableOptions); in format() method
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py17 command = "relay {} {}\n\r".format(mode, relay)
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-2178.js16 bad = "'detailForm','detailForm:j_id166', []);\" ><img alt=\"Export to XLS format\" />\n</a>"
17 good = "'detailForm','detailForm:j_id166');\" ><img alt=\"Export to XLS format\" />\n</a>"
18 r = /'(detailForm:j_id\d+)'[^>]+>[^>]+Export to XLS format/;
/third_party/ltp/include/
H A Dtst_buffers.h58 __attribute__((format (printf, 1, 2)));
/third_party/libdrm/tests/util/
H A Dpattern.h38 void util_fill_pattern(uint32_t format, enum util_fill_pattern pattern,
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.h63 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.h45 enum pipe_format format,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.h43 enum pipe_format format, uint base_level, uint last_level,
/third_party/node/deps/openssl/openssl/apps/include/
H A Dfmt.h35 # define FORMAT_ENGINE 8 /* Not really a file format */
36 # define FORMAT_PEMRSA (9 | B_FORMAT_TEXT) /* PEM RSAPublicKey format */
37 # define FORMAT_ASN1RSA 10 /* DER RSAPublicKey format */
38 # define FORMAT_MSBLOB 11 /* MS Key blob format */
39 # define FORMAT_PVK 12 /* MS PVK file format */
41 # define FORMAT_NSS 14 /* NSS keylog format */
43 int FMT_istext(int format);
/third_party/openssl/apps/include/
H A Dfmt.h35 # define FORMAT_ENGINE 8 /* Not really a file format */
36 # define FORMAT_PEMRSA (9 | B_FORMAT_TEXT) /* PEM RSAPublicKey format */
37 # define FORMAT_ASN1RSA 10 /* DER RSAPublicKey format */
38 # define FORMAT_MSBLOB 11 /* MS Key blob format */
39 # define FORMAT_PVK 12 /* MS PVK file format */
41 # define FORMAT_NSS 14 /* NSS keylog format */
43 int FMT_istext(int format);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A Dwgl_utils.h27 int QueryWGLFormatAttrib(HDC dc, int format, int attribName, const FunctionsWGL *functions);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table.cpp6 // Helper routines for the D3D11 texture format table.
28 const angle::Format &Format::format() const in format() function in rx::d3d11::Format
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_test.cc29 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F()
/third_party/python/Lib/test/test_sqlite3/
H A D__init__.py17 "{!r}, sqlite_version {!r}".format(sqlite3.version,
/third_party/skia/gn/
H A Dgen_plist_ios.py37 '''.format(app=app, bundle_prefix=bundle_prefix))
/third_party/selinux/libsepol/src/
H A Dhandle.h12 __attribute__ ((format(printf, 3, 4)))
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c237 ff_draw_init(&test->draw, inlink->format, 0); in color_config_props()
311 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(frame->format); in haldclutsrc_fill_picture()
314 const int planes = av_pix_fmt_count_planes(frame->format); in haldclutsrc_fill_picture()
319 ff_fill_rgba_map(rgba_map, frame->format); in haldclutsrc_fill_picture()
934 av_assert0(ff_draw_init(&s->draw, inlink->format, 0) >= 0); in test2_config_props()
1053 ctx->outputs[0]->format, test->rgba_map); in rgbtest_fill_picture_complement()
1073 ctx->outputs[0]->format, test->rgba_map); in rgbtest_fill_picture()
1101 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(outlink->format); in rgbtest_config_props()
1104 ff_fill_rgba_map(test->rgba_map, outlink->format); in rgbtest_config_props()
1136 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(frame->format); in yuvtest_fill_picture8()
[all...]
H A Daf_afir.c109 switch (s->format) { in fir_channel()
184 switch (s->format) { in init_segment()
292 switch (s->format) { in convert_coeffs()
305 switch (s->format) { in convert_coeffs()
320 switch (s->format) { in convert_coeffs()
506 s->format = outlink->format; in config_output()
645 { "irfmt", "set IR format", OFFSET(ir_format), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, AF, "irfmt" },
/third_party/cJSON/
H A DcJSON.c600 cJSON_bool format; /* is this print a formatted print */ member
1430 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print() argument
1441 buffer->format = format; in print()
1523 p.format = fmt; in cJSON_PrintBuffered()
1535 CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format) in CJSON_PUBLIC()
1548 p.format = format; in CJSON_PUBLIC()
1814 length = (size_t) (output_buffer->format ? 2 : 1); in print_array()
1821 if(output_buffer->format) in print_array()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp476 AudioSampleFormat sampleFormat = processConfig.streamInfo.format; in CheckHighResolution()
795 switch (processConfig.streamInfo.format) { in ConvertToPAAudioParams()
797 paSampleSpec.format = (pa_sample_format_t)PA_SAMPLE_U8; in ConvertToPAAudioParams()
800 paSampleSpec.format = (pa_sample_format_t)PA_SAMPLE_S16LE; in ConvertToPAAudioParams()
803 paSampleSpec.format = (pa_sample_format_t)PA_SAMPLE_S24LE; in ConvertToPAAudioParams()
806 paSampleSpec.format = (pa_sample_format_t)PA_SAMPLE_S32LE; in ConvertToPAAudioParams()
809 paSampleSpec.format = (pa_sample_format_t)PA_SAMPLE_INVALID; in ConvertToPAAudioParams()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp104 AudioFormat ConvertToHdiFormat(HdiAdapterFormat format);
287 AudioFormat RemoteAudioCapturerSourceInner::ConvertToHdiFormat(HdiAdapterFormat format) in ConvertToHdiFormat() argument
290 switch (format) { in ConvertToHdiFormat()
322 param.format = ConvertToHdiFormat(attr_.format); in CreateCapture()
326 param.frameSize = param.format * param.channelCount; in CreateCapture()
388 maxAmplitude_ = UpdateMaxAmplitude(static_cast<ConvertHdiFormat>(attr_.format), frame, replyBytes); in CheckUpdateState()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h321 AudioSampleFormat format; member
350 AudioSampleFormat format = SAMPLE_S16LE; member
367 && parcel.WriteInt32(format) in Marshalling()
383 format = static_cast<AudioSampleFormat>(parcel.ReadInt32()); in Unmarshalling()
806 && parcel.WriteInt32(rendererInfo.format) in Marshalling()
825 && parcel.WriteInt32(rendererInfo.format) in Marshalling()
846 rendererInfo.format = static_cast<AudioSampleFormat>(parcel.ReadInt32()); in Unmarshalling()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h171 NATIVEEXPORT virtual uint32_t ResetConfig(const Size &size, const PixelFormat &format);
242 NATIVEEXPORT virtual void AssignYuvDataOnType(PixelFormat format, int32_t width, int32_t height);
243 NATIVEEXPORT virtual void UpdateYUVDataInfo(PixelFormat format, int32_t width, int32_t height,
305 // format support rgba8888, nv12, nv21. The default value is rgba8888
307 NATIVEEXPORT uint32_t ToSdr(PixelFormat format, bool toSRGB);
420 static bool IsYuvFormat(PixelFormat format);
421 bool GetPixelFormatDetail(const PixelFormat format);
488 std::unique_ptr<AbsMemory> CreateSdrMemory(ImageInfo &imageInfo, PixelFormat format,
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp36 sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height, RepeatStreamType type) in HStreamRepeat()
37 : HStreamCommon(StreamType::REPEAT, producer, format, width, height), repeatStreamType_(type) in HStreamRepeat()
39 MEDIA_INFO_LOG("HStreamRepeat::HStreamRepeat construct, format:%{public}d size:%{public}dx%{public}d " in HStreamRepeat()
41 format, width, height, type, GetFwkStreamId()); in HStreamRepeat()
46 MEDIA_INFO_LOG("HStreamRepeat::~HStreamRepeat deconstruct, format:%{public}d size:%{public}dx%{public}d " in ~HStreamRepeat()
74 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetVideoStreamInfo()
86 .type = static_cast<HDI::Camera::V1_1::ExtendedStreamInfoType>(4), .width = 0, .height = 0, .format = 0, in SetStreamInfo()
106 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetStreamInfo()
118 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetStreamInfo()
35 HStreamRepeat( sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height, RepeatStreamType type) HStreamRepeat() argument

Completed in 21 milliseconds

1...<<171172173174175176177178179180>>...429