/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.hpp | 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias); 63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.hpp | 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias); 63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuStringTemplate.hpp | 49 std::string format (args_t&&... args) const; 88 std::string StringTemplate::format(args_t&&... args) const
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | gl_enum_utils.cpp | 94 const char *GLinternalFormatToString(unsigned int format) in GLinternalFormatToString() argument 96 return GLenumToString(gl::GLenumGroup::InternalFormat, format); in GLinternalFormatToString()
|
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_offload_test.cpp | 60 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs() 67 attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount);
in InitRenderAttrs() 74 attrs.offloadInfo.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | image_buffer.h | 31 const uint32_t format); 69 void SetFormat(const int32_t format) override; 70 void SetCurFormat(const int32_t format) override;
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dbuffer_manager.cpp | 90 buffer->SetFormat(PixelFormatToDCameraFormat(static_cast<PixelFormat>(bufHandle->format))); in SurfaceBufferToDImageBuffer() 122 uint32_t DBufferManager::PixelFormatToDCameraFormat(const PixelFormat format) in PixelFormatToDCameraFormat() argument 125 switch (format) { in PixelFormatToDCameraFormat()
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | repeater_helper.py | 41 uuid = "{}#{}".format(module_name, name_in_suite) 53 file_name = r"{}\repeated.xml".format(self.report_path) 79 pattern = ".//{}[@{}='{}'][@{}='{}']".format(
|
/test/xts/acts/multimedia/av_codec/audio_encoder/include/ |
H A D | avcodec_audio_avbuffer_encoder_demo.h | 122 * @param format; default: OH_AVFormat_Create(); code: AV_ERR_INVALID_VAL; 137 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate, 232 OH_AVErrCode SetParameter(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate, 237 int32_t Configure(OH_AVFormat *format);
|
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 154 f.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" tests=\"{}\" ignored=\"0\" unavailable=\"{}\" productinfo=\"{}\">\n".format(suitename, curtime, failcnt, total, unavailablecnt, "{}")) 155 f.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total)) 163 f.write(" <testcase name=\"{}\" status=\"{}\" time=\"0.0\" classname=\"{}\" result=\"{}\" level=\"1\" message=\"\" />\n".format(recasename, casestate, suitename, caseresult)) 169 # os.system(r"cp {} {}".format(tmpfile, putdir))
|
/test/xts/acts/multimedia/av_codec/audio_decoder/include/ |
H A D | avcodec_audio_avbuffer_decoder_demo.h | 133 * @param format; default: OH_AVFormat_Create(); code: AV_ERR_INVALID_VAL; 168 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 261 OH_AVErrCode SetParameter(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 265 int32_t Configure(OH_AVFormat *format);
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 33 #include "meta/format.h" 62 void OnOutputFormatChanged(const Format& format) override; 87 int32_t GetOutputFormat(Format &format); 89 int32_t SetParameter(const Format &format);
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 32 #include "meta/format.h" 63 void OnOutputFormatChanged(const Format& format) override; 89 int32_t GetOutputFormat(Format &format); 91 int32_t SetParameter(const Format &format);
|
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
H A D | audio_render_offload_benchmarktest.cpp | 63 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs() 70 attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount);
in InitRenderAttrs() 77 attrs.offloadInfo.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs()
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
H A D | audio_render_offload_test.cpp | 60 attrs.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs() 67 attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount);
in InitRenderAttrs() 74 attrs.offloadInfo.format = AUDIO_FORMAT_TYPE_PCM_32_BIT;
in InitRenderAttrs()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aderivative.c | 84 switch (inlink->format) { in config_input() 94 switch (inlink->format) { in config_input() 113 s->prev->format); in filter_frame()
|
H A D | af_amultiply.c | 69 if (av_sample_fmt_is_planar(ctx->inputs[0]->format)) in activate() 80 if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { in activate() 132 s->planes = av_sample_fmt_is_planar(inlink->format) ? inlink->ch_layout.nb_channels : 1; in config_output()
|
H A D | vf_hflip.c | 68 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props() 80 nb_planes = av_pix_fmt_count_planes(inlink->format); in config_props() 134 if (av_pix_fmt_desc_get(inlink->format)->flags & AV_PIX_FMT_FLAG_PAL) in filter_frame()
|
H A D | vf_repeatfields.c | 54 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 57 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input() 63 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
/third_party/ffmpeg/libavformat/ |
H A D | fitsenc.c | 85 switch (encctx->format) { in write_image_header() 104 if (encctx->format == AV_PIX_FMT_GBRP) { in write_image_header() 117 if (encctx->format == AV_PIX_FMT_GBRP16BE) { in write_image_header()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SelectFormat.java | 24 * object provided to the format method is a string that's matched 34 * <p>The main use case for the select format is gender based inflection. 103 * the form of the participle, uses a select format based on argument 1: 131 * the <code>format</code> method matches no other keyword. 143 * System.out.println(msgFmt.format(args)); 186 * Sets the pattern used by this select format. 189 * @param pattern the pattern for this select format. 190 * @throws IllegalArgumentException when the pattern is not a valid select format pattern. 254 public final String format(String keyword) { in format() method in SelectFormat 261 throw new IllegalStateException("Invalid format erro in format() 317 public StringBuffer format(Object keyword, StringBuffer toAppendTo, format() method in SelectFormat [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SelectFormat.java | 25 * object provided to the format method is a string that's matched 35 * <p>The main use case for the select format is gender based inflection. 104 * the form of the participle, uses a select format based on argument 1: 132 * the <code>format</code> method matches no other keyword. 144 * System.out.println(msgFmt.format(args)); 184 * Sets the pattern used by this select format. 187 * @param pattern the pattern for this select format. 188 * @throws IllegalArgumentException when the pattern is not a valid select format pattern. 249 public final String format(String keyword) { in format() method in SelectFormat 256 throw new IllegalStateException("Invalid format erro in format() 311 public StringBuffer format(Object keyword, StringBuffer toAppendTo, format() method in SelectFormat [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | RbnfRoundTripTest.java | 10 package ohos.global.icu.dev.test.format; 211 String text = formatter.format(i); in doTest() 225 String text = formatter.format(d); in doTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | RbnfRoundTripTest.java | 9 package com.ibm.icu.dev.test.format; 208 String text = formatter.format(i); in doTest() 222 String text = formatter.format(d); in doTest()
|
/third_party/libsnd/programs/ |
H A D | sndfile-interleave.c | 113 switch (sfinfo.format & SF_FORMAT_SUBMASK) in main() 128 sfinfo.format = sfe_file_type_of_ext (argv [argc - 1], sfinfo.format) ; in main()
|