Home
last modified time | relevance | path

Searched refs:format (Results 626 - 650 of 14100) sorted by relevance

1...<<21222324252627282930>>...564

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp71 VkFormat format, in createTestImage()
84 format, in createTestImage()
103 VkFormat format, in createImageView()
120 format, in createImageView()
224 VkFormat format; member
239 : format (format_) in TestParameters()
250 : format (VK_FORMAT_UNDEFINED) in TestParameters()
287 checkImageSupport(context, params.format, params.flags, params.tiling); in checkSupport()
295 params.format, VK_IMAGE_TYPE_2D, params.tiling, VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_SAMPLED_BIT, params.flags); in checkSupport()
297 TCU_THROW(NotSupportedError, "Image format doe in checkSupport()
69 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags, VkImageTiling tiling, VkImageLayout layout, deUint32 arrayLayers) createTestImage() argument
100 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion, deUint32 layerCount) createImageView() argument
320 const VkFormat format = params.format; testFormat() local
575 populatePerFormatGroup(tcu::TestCaseGroup* group, VkFormat format) populatePerFormatGroup() argument
625 const VkFormat format = (VkFormat)formatNdx; populateFormatGroup() local
633 const VkFormat format = (VkFormat)formatNdx; populateFormatGroup() local
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c34 self->format = NULL; in PyCStgDict_init()
55 PyMem_Free(self->format); in PyCStgDict_dealloc()
68 if (self->format) in PyCStgDict_sizeof()
69 res += strlen(self->format) + 1; in PyCStgDict_sizeof()
84 PyMem_Free(dst->format); in PyCStgDict_clone()
85 dst->format = NULL; in PyCStgDict_clone()
102 if (src->format) { in PyCStgDict_clone()
103 dst->format = PyMem_Malloc(strlen(src->format) + 1); in PyCStgDict_clone()
104 if (dst->format in PyCStgDict_clone()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp71 VkFormat format, in createTestImage()
84 format, in createTestImage()
103 VkFormat format, in createImageView()
120 format, in createImageView()
224 VkFormat format; member
239 : format (format_) in TestParameters()
250 : format (VK_FORMAT_UNDEFINED) in TestParameters()
287 checkImageSupport(context, params.format, params.flags, params.tiling); in checkSupport()
295 params.format, VK_IMAGE_TYPE_2D, params.tiling, VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_SAMPLED_BIT, params.flags); in checkSupport()
297 TCU_THROW(NotSupportedError, "Image format doe in checkSupport()
69 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags, VkImageTiling tiling, VkImageLayout layout, deUint32 arrayLayers) createTestImage() argument
100 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion, deUint32 layerCount) createImageView() argument
320 const VkFormat format = params.format; testFormat() local
575 populatePerFormatGroup(tcu::TestCaseGroup* group, VkFormat format) populatePerFormatGroup() argument
625 const VkFormat format = (VkFormat)formatNdx; populateFormatGroup() local
633 const VkFormat format = (VkFormat)formatNdx; populateFormatGroup() local
[all...]
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_encoder.h22 #include "meta/format.h"
34 * @param format The format of the input data and the desired format of the output data.
39 virtual int32_t Configure(const Format &format) = 0;
160 * @brief Gets the format of the output data.
164 * @param format
169 virtual int32_t GetOutputFormat(Format &format) = 0;
189 * @param format The parameters.
194 virtual int32_t SetParameter(const Format &format)
280 CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoEncoder> &encodec) CreateByMime() argument
288 CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoEncoder> &encodec) CreateByName() argument
[all...]
/kernel/linux/linux-5.10/tools/virtio/linux/
H A Dkernel.h50 #define __printf(a,b) __attribute__((format(printf,a,b)))
121 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__)
123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__)
125 #define pr_debug(format, ...) do {} while (0)
127 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__)
128 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS_
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu.c12 /* Simulated format definitions. */
87 * Prepare format directory data, exported by kernel
88 * at /sys/bus/event_source/devices/<dev>/format.
94 snprintf(dir, sz, "/tmp/perf-pmu-test-format-XXXXXX"); in test_format_dir_get()
100 struct test_format *format = &test_formats[i]; in test_format_dir_get() local
103 scnprintf(name, PATH_MAX, "%s/%s", dir, format->name); in test_format_dir_get()
109 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
118 /* Cleanup format directory. */
145 char *format; in test__pmu() local
[all...]
/third_party/elfutils/backends/
H A Daarch64_corenote.c64 .name = "pc", .type = ELF_T_XWORD, .format = 'x', \
71 .name = "pstate", .type = ELF_T_XWORD, .format = 'x', \
85 .name = "fpsr", .type = ELF_T_WORD, .format = 'x',
89 .name = "fpcr", .type = ELF_T_WORD, .format = 'x',
97 .name = "tls", .type = ELF_T_XWORD, .format = 'x',
105 .name = "syscall", .type = ELF_T_WORD, .format = 'x',
112 .name = "DBG" KIND "VR" #N "_EL1", .type = ELF_T_XWORD, .format = 'x', \
116 .name = "DBG" KIND "CR" #N "_EL1", .type = ELF_T_WORD, .format = 'x', \
124 .name = "dbg_info", .type = ELF_T_WORD, .format = 'x', \
153 .name = "", .type = ELF_T_WORD, .format
[all...]
/third_party/libsnd/tests/
H A Dexternal_libs_test.c65 { info.format = m ; in major_format_test()
68 have_flac = info.format == SF_FORMAT_FLAC ? 1 : have_flac ; in major_format_test()
69 have_ogg = info.format == SF_FORMAT_OGG ? 1 : have_ogg ; in major_format_test()
95 { info.format = s ; in subtype_format_test()
98 have_vorbis = info.format == SF_FORMAT_VORBIS ? 1 : have_vorbis ; in subtype_format_test()
99 have_opus = info.format == SF_FORMAT_OPUS ? 1 : have_opus ; in subtype_format_test()
125 { info.format = s ; in simple_format_test()
128 switch (info.format & SF_FORMAT_TYPEMASK) in simple_format_test()
141 switch (info.format & SF_FORMAT_SUBMASK) in simple_format_test()
192 sfinfo.format in flac_subset_test()
[all...]
/third_party/musl/porting/linux/user/include/fortify/
H A Dstdio.h96 size_t size, const char* format, va_list ap)
100 return __builtin___vsnprintf_chk(dest, size, 0, bos, format, ap);
104 int vsprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, va_list ap)
107 return __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, ap);
111 int sprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, ...)
115 va_start(va_l, format);
116 int result = __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, va_l);
122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...)
126 va_start(va_l, format);
127 int result = __builtin___vsnprintf_chk(dest, size, 0, __DIAGNOSE_BOS(dest), format, va_
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.h35 #include "util/format/u_format.h"
100 enum pipe_format format; member
136 enum pipe_format format; member
164 enum pipe_format format);
167 panfrost_afbc_format(unsigned arch, enum pipe_format format);
172 panfrost_afbc_can_ytr(enum pipe_format format);
202 panfrost_block_size(uint64_t modifier, enum pipe_format format);
248 enum pipe_format format,
252 pan_stride_align_B(enum pipe_format format);
255 pan_is_stride_aligned(enum pipe_format format, unsigne
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c30 #include "util/format/u_format.h"
60 enum pipe_format format, in fd6_screen_is_format_supported()
69 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x", in fd6_screen_is_format_supported()
70 util_format_name(format), target, sample_count, usage); in fd6_screen_is_format_supported()
78 (fd6_vertex_format(format) != FMT6_NONE)) { in fd6_screen_is_format_supported()
82 bool has_color = fd6_color_format(format, TILE6_LINEAR) != FMT6_NONE; in fd6_screen_is_format_supported()
83 bool has_tex = fd6_texture_format(format, TILE6_LINEAR) != FMT6_NONE; in fd6_screen_is_format_supported()
88 util_is_power_of_two_or_zero(util_format_get_blocksize(format)))) { in fd6_screen_is_format_supported()
107 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd6_screen_is_format_supported()
112 (fd6_pipe2depth(format) ! in fd6_screen_is_format_supported()
59 fd6_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd6_screen_is_format_supported() argument
[all...]
/third_party/musl/include/fortify/linux/
H A Dstdio.h96 size_t size, const char* format, va_list ap)
100 return __builtin___vsnprintf_chk(dest, size, 0, bos, format, ap);
104 int vsprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, va_list ap)
107 return __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, ap);
111 int sprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, ...)
115 va_start(va_l, format);
116 int result = __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, va_l);
122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...)
126 va_start(va_l, format);
127 int result = __builtin___vsnprintf_chk(dest, size, 0, __DIAGNOSE_BOS(dest), format, va_
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp37 float computeStoreColorScale (const vk::VkFormat format, const tcu::IVec3 imageSize) in computeStoreColorScale() argument
42 if (isUnormFormat(format)) in computeStoreColorScale()
44 else if (isSnormFormat(format)) in computeStoreColorScale()
77 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags, const VkImageTiling tiling) in makeImageCreateInfo() argument
87 format, // VkFormat format; in makeImageCreateInfo()
115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument
117 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in isRepresentableIntegerValue()
118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue()
120 switch (tcu::getTextureChannelClass(format in isRepresentableIntegerValue()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp37 float computeStoreColorScale (const vk::VkFormat format, const tcu::IVec3 imageSize) in computeStoreColorScale() argument
42 if (isUnormFormat(format)) in computeStoreColorScale()
44 else if (isSnormFormat(format)) in computeStoreColorScale()
77 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags, const VkImageTiling tiling) in makeImageCreateInfo() argument
87 format, // VkFormat format; in makeImageCreateInfo()
115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument
117 const tcu::IVec4 formatBitDepths = tcu::getTextureFormatBitDepth(format); in isRepresentableIntegerValue()
118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue()
120 switch (tcu::getTextureChannelClass(format in isRepresentableIntegerValue()
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.cpp29 GrGLenum format, in renderbuffer_storage_msaa()
37 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa()
41 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa()
46 GR_GL_RENDERBUFFER, sampleCount, format, width, height)); in renderbuffer_storage_msaa()
58 GrGLFormat format) { in MakeStencil()
66 GrGLenum glFmt = GrGLFormatToEnum(format); in MakeStencil()
89 format)); in MakeStencil()
95 GrGLFormat format) { in MakeMSAA()
103 GrGLenum glFmt = gpu->glCaps().getRenderbufferInternalFormat(format); in MakeMSAA()
115 format)); in MakeMSAA()
27 renderbuffer_storage_msaa(GrGLGpu* gpu, int sampleCount, GrGLenum format, int width, int height) renderbuffer_storage_msaa() argument
55 MakeStencil(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeStencil() argument
92 MakeMSAA(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeMSAA() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DContextSubst.java20 switch (format) { in ContextSubst()
30 throw new IllegalStateException("Subt format value is " + format + " (should be 1 or 2)."); in ContextSubst()
38 switch (format) { in fmt1Table()
42 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt1Table()
47 switch (format) { in fmt2Table()
51 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt2Table()
56 return (format in recordList()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderBundleEncoder.cpp32 const Format* format = nullptr; in ValidateColorAttachmentFormat() local
33 DAWN_TRY_ASSIGN(format, device->GetInternalFormat(textureFormat)); in ValidateColorAttachmentFormat()
34 DAWN_INVALID_IF(!format->IsColor() || !format->isRenderable, in ValidateColorAttachmentFormat()
35 "Texture format %s is not color renderable.", textureFormat); in ValidateColorAttachmentFormat()
44 const Format* format = nullptr; in ValidateDepthStencilAttachmentFormat() local
45 DAWN_TRY_ASSIGN(format, device->GetInternalFormat(textureFormat)); in ValidateDepthStencilAttachmentFormat()
46 DAWN_INVALID_IF(!format->HasDepthOrStencil() || !format->isRenderable, in ValidateDepthStencilAttachmentFormat()
47 "Texture format in ValidateDepthStencilAttachmentFormat()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Des2020IntlAPIs.js8 `${new Intl.DateTimeFormat(locale).format(date)} ${new Intl.NumberFormat(locale).format(count)}`
21 console.log(rtf1.format(3, 'quarter'));
24 console.log(rtf1.format(-1, 'day'));
29 console.log(rtf2.format(2, 'day'));
66 console.log(`${new Intl.DateTimeFormat(locale).format(date)} ${new Intl.NumberFormat(locale).format(count)}`);
74 console.log(rtf1.format(3, 'quarter'));
76 console.log(rtf1.format(-1, 'day'));
79 console.log(rtf2.format(
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmime-type.c33 switch (ss->format) { in pa_sample_spec_is_mime()
104 switch (ss->format) { in pa_sample_spec_mimefy()
113 ss->format = PA_SAMPLE_S24BE; in pa_sample_spec_mimefy()
118 ss->format = PA_SAMPLE_S16BE; in pa_sample_spec_mimefy()
125 ss->format = PA_SAMPLE_ULAW; in pa_sample_spec_mimefy()
127 ss->format = PA_SAMPLE_S16BE; in pa_sample_spec_mimefy()
131 ss->format = PA_SAMPLE_U8; in pa_sample_spec_mimefy()
151 switch (ss->format) { in pa_sample_spec_to_mime_type()
160 ss->format == PA_SAMPLE_S16BE ? "L16" : in pa_sample_spec_to_mime_type()
161 (ss->format in pa_sample_spec_to_mime_type()
[all...]
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerParamCheckTest.cpp69 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_M4A; in HWTEST_F() local
71 OH_AVMuxer *handle = muxerDemo->NativeCreate(fd, format); in HWTEST_F()
75 handle = muxerDemo->NativeCreate(fd, format); in HWTEST_F()
78 fd = muxerDemo->GetFdByMode(format); in HWTEST_F()
79 handle = muxerDemo->NativeCreate(fd, format); in HWTEST_F()
87 * @tc.name : OH_AVMuxer_Create - format check
93 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_DEFAULT; in HWTEST_F() local
94 int32_t fd = muxerDemo->GetFdByMode(format); in HWTEST_F()
95 OH_AVMuxer *handle = muxerDemo->NativeCreate(fd, format); in HWTEST_F()
100 format in HWTEST_F()
124 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
168 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
211 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
271 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
331 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
378 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
439 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
500 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
527 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
581 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
635 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
689 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
743 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
797 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
851 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
905 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
958 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
1012 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
1066 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
1120 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
1174 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MP3; HWTEST_F() local
1223 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_MPEG_4; HWTEST_F() local
1272 OH_AVOutputFormat format = AV_OUTPUT_FORMAT_AMR; HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dfunc_test.cpp62 OH_AVFormat *format; member
427 format = OH_AVFormat_Create(); in HWTEST_F()
428 ASSERT_NE(nullptr, format); in HWTEST_F()
429 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_HEIGHT, DEFAULT_HEIGHT); in HWTEST_F()
430 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); in HWTEST_F()
431 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_WIDTH, DEFAULT_WIDTH); in HWTEST_F()
432 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F()
433 OH_AVFormat_Destroy(format); in HWTEST_F()
463 format = OH_AVFormat_Create(); in HWTEST_F()
464 ASSERT_NE(nullptr, format); in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Dstatus_check_test.cpp55 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
64 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
201 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
214 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
216 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
231 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
244 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
260 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
274 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
291 OH_AVFormat *format in HWTEST_F() local
323 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
352 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
381 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
410 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
438 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
470 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
501 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
534 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
568 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
599 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
630 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
661 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
691 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
727 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
762 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
798 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
835 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
870 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
905 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
940 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
974 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1010 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1045 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1081 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1118 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1153 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1188 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1223 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1257 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1291 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1324 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1359 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1395 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1428 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1461 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1494 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1526 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1560 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1593 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1628 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1664 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1697 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1730 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1763 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1796 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
[all...]
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H A Dstatus_check_test.cpp55 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
64 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
201 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
214 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
216 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
231 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
244 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
260 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
274 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F()
291 OH_AVFormat *format in HWTEST_F() local
323 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
352 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
381 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
410 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
438 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
470 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
501 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
534 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
568 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
599 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
630 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
661 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
691 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
727 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
762 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
798 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
835 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
870 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
905 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
940 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
974 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1010 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1045 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1081 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1118 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1153 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1188 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1223 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1257 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1291 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1324 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1359 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1395 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1428 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1461 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1494 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1526 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1560 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1593 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1628 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1664 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1697 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1730 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1763 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
1796 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py105 raise ParamError(ErrorMessage.Common.Code_0301001.format(request.root.source.source_string))
119 LOG.debug("Try uninstall tools hap, bundle name is {}, result is {}".format(
122 serial = "{}_{}".format(str(request.config.device.__get_serial__()), time.time_ns())
123 log_tar_file_name = "{}_{}".format(
185 item.trace = "{}".format(OHYaraConfig.ERROR_MSG_001.value)
202 "system versions is {}".format(self.system_version))
205 LOG.debug("Affected files: {}".format(item.affected_files))
215 "affected versions is {}".format(item.vul_id, vul_version,
218 item.trace = "{}\\n{}".format(item.trace, "if ignore it, this testcase pass")
228 LOG.debug("affected file [{}] is not exist, skip it.".format(ite
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c45 #include "util/format/u_format_s3tc.h"
120 * \param format Mesa mesa_format enum describing the pixel format
145 * \c format).
148 driCreateConfigs(mesa_format format, in driCreateConfigs() argument
208 switch (format) { in driCreateConfigs()
260 _mesa_get_format_name(format), format); in driCreateConfigs()
264 red_bits = _mesa_get_format_bits(format, GL_RED_BITS); in driCreateConfigs()
265 green_bits = _mesa_get_format_bits(format, GL_GREEN_BIT in driCreateConfigs()
437 mesa_format format; dri_fill_in_modes() local
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...564