Home
last modified time | relevance | path

Searched refs:format (Results 76 - 100 of 14336) sorted by relevance

12345678910>>...574

/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerStablityTest.cpp28 #include "meta/format.h"
115 Format format; in HWTEST_F() local
117 format.PutLongValue(MediaDescriptionKey::MD_KEY_BITRATE, 320000); in HWTEST_F()
118 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, 1); in HWTEST_F()
119 format.PutIntValue(MediaDescriptionKey::MD_KEY_SAMPLE_RATE, 48000); in HWTEST_F()
121 decoderDemo->InnerConfigure(format); in HWTEST_F()
148 Format format; in HWTEST_F() local
150 format.PutLongValue(MediaDescriptionKey::MD_KEY_BITRATE, 320000); in HWTEST_F()
151 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, 1); in HWTEST_F()
152 format in HWTEST_F()
182 Format format; HWTEST_F() local
216 Format format; HWTEST_F() local
249 Format format; HWTEST_F() local
282 Format format; HWTEST_F() local
315 Format format; HWTEST_F() local
353 Format format; HWTEST_F() local
384 Format format; HWTEST_F() local
416 Format format; HWTEST_F() local
447 Format format; HWTEST_F() local
[all...]
/third_party/cups-filters/filter/
H A Dpcl-common.c200 pjl_write(const char *format, /* I - Format string */ in pjl_write() argument
213 if (!format) in pjl_write()
216 while (*format) in pjl_write()
218 if (*format == '%') in pjl_write()
224 format ++; in pjl_write()
225 switch (*format) in pjl_write()
270 for (format ++, mptr = match; *format && *format != ':'; format in pjl_write()
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dapi_test.cpp60 OH_AVFormat *format; member
82 if (format != nullptr) { in TearDown()
83 OH_AVFormat_Destroy(format); in TearDown()
84 format = nullptr; in TearDown()
208 format = OH_AVFormat_Create(); in HWTEST_F()
209 ASSERT_NE(NULL, format); in HWTEST_F()
210 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F()
220 format = OH_AVFormat_Create(); in HWTEST_F()
221 ASSERT_NE(NULL, format); in HWTEST_F()
223 (void)OH_AVFormat_SetIntValue(format, widthSt in HWTEST_F()
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp62 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged() argument
126 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer); in DumpLtrInfo() local
129 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PER_FRAME_IS_LTR, &isLtr); in DumpLtrInfo()
130 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PER_FRAME_POC, &framePoc); in DumpLtrInfo()
153 OH_AVFormat *format = OH_AVFormat_Create(); in ConfigureVideoEncoder() local
154 if (format == nullptr) { in ConfigureVideoEncoder()
155 cout << "Fatal: Failed to create format" << endl; in ConfigureVideoEncoder()
158 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_WIDTH, DEFAULT_WIDTH); in ConfigureVideoEncoder()
159 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_HEIGHT, DEFAULT_HEIGHT); in ConfigureVideoEncoder()
160 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMA in ConfigureVideoEncoder()
179 OH_AVFormat *format = OH_AVFormat_Create(); ConfigureVideoEncoder_Temporal() local
213 OH_AVFormat *format = OH_AVFormat_Create(); ConfigureVideoEncoder_fuzz() local
309 OH_AVFormat *format = OH_AVFormat_Create(); testApi() local
345 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); GetStride() local
598 OH_AVFormat *format = OH_AVFormat_Create(); AutoSwitchParam() local
616 OH_AVFormat *format = OH_AVFormat_Create(); AutoSwitchParam() local
654 OH_AVFormat *format = OH_AVFormat_Create(); SetForceIDR() local
665 OH_AVFormat *format = OH_AVFormat_Create(); SetLTRParameter() local
688 OH_AVFormat *format = OH_AVFormat_Create(); SetBufferParameter() local
698 OH_AVFormat *format = OH_AVFormat_Create(); SetBufferParameter() local
958 SetParameter(OH_AVFormat *format) SetParameter() argument
[all...]
H A Dfunc_test.cpp36 OH_AVFormat *format; member
85 if (format != nullptr) { in TearDown()
86 OH_AVFormat_Destroy(format); in TearDown()
87 format = nullptr; in TearDown()
188 * @tc.name : set color format
195 format = OH_AVFormat_Create(); in HWTEST_F()
196 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_RANGE_FLAG, 1)); in HWTEST_F()
197 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, OH_ColorPrimary::COLOR_PRIMARY_BT709)); in HWTEST_F()
198 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, in HWTEST_F()
200 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_MATRIX_COEFFICIENT in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_ipipe.c85 struct v4l2_mbus_framefmt *format; in ipipe_configure() local
88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure()
101 (format->height - 2) & IPIPE_SRC_VSZ_MASK); in ipipe_configure()
103 (format->width - 1) & IPIPE_SRC_HSZ_MASK); in ipipe_configure()
115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure()
189 * ipipe_try_format - Try video format on a pad
202 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local
225 format = __ipipe_get_format(ipipe, cfg, IPIPE_PAD_SINK, which); in ipipe_try_format()
226 memcpy(fmt, format, sizeof(*fmt)); in ipipe_try_format()
239 * ipipe_enum_mbus_code - Handle pixel format enumeratio
277 struct v4l2_mbus_framefmt format; ipipe_enum_frame_size() local
316 struct v4l2_mbus_framefmt *format; ipipe_get_format() local
340 struct v4l2_mbus_framefmt *format; ipipe_set_format() local
387 struct v4l2_subdev_format format; ipipe_init_formats() local
[all...]
H A Diss_ipipeif.c125 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local
131 format = &ipipeif->formats[IPIPEIF_PAD_SINK]; in ipipeif_configure()
137 /* Select ISIF/IPIPEIF input format */ in ipipeif_configure()
138 switch (format->code) { in ipipeif_configure()
182 info = omap4iss_video_format_info(format->code); in ipipeif_configure()
195 (format->width - 1) & ISIF_LNH_MASK); in ipipeif_configure()
197 (format->height - 1) & ISIF_LNV_MASK); in ipipeif_configure()
201 format->height - 1); in ipipeif_configure()
204 format = &ipipeif->formats[IPIPEIF_PAD_SOURCE_ISIF_SF]; in ipipeif_configure()
369 * ipipeif_try_format - Try video format o
381 struct v4l2_mbus_framefmt *format; ipipeif_try_format() local
449 struct v4l2_mbus_framefmt *format; ipipeif_enum_mbus_code() local
483 struct v4l2_mbus_framefmt format; ipipeif_enum_frame_size() local
522 struct v4l2_mbus_framefmt *format; ipipeif_get_format() local
546 struct v4l2_mbus_framefmt *format; ipipeif_set_format() local
603 struct v4l2_subdev_format format; ipipeif_init_formats() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_ipipe.c85 struct v4l2_mbus_framefmt *format; in ipipe_configure() local
88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure()
101 (format->height - 2) & IPIPE_SRC_VSZ_MASK); in ipipe_configure()
103 (format->width - 1) & IPIPE_SRC_HSZ_MASK); in ipipe_configure()
115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure()
190 * ipipe_try_format - Try video format on a pad
203 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local
226 format = __ipipe_get_format(ipipe, sd_state, IPIPE_PAD_SINK, in ipipe_try_format()
228 memcpy(fmt, format, sizeof(*fmt)); in ipipe_try_format()
241 * ipipe_enum_mbus_code - Handle pixel format enumeratio
279 struct v4l2_mbus_framefmt format; ipipe_enum_frame_size() local
318 struct v4l2_mbus_framefmt *format; ipipe_get_format() local
342 struct v4l2_mbus_framefmt *format; ipipe_set_format() local
390 struct v4l2_subdev_format format; ipipe_init_formats() local
[all...]
H A Diss_ipipeif.c125 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local
131 format = &ipipeif->formats[IPIPEIF_PAD_SINK]; in ipipeif_configure()
137 /* Select ISIF/IPIPEIF input format */ in ipipeif_configure()
138 switch (format->code) { in ipipeif_configure()
182 info = omap4iss_video_format_info(format->code); in ipipeif_configure()
195 (format->width - 1) & ISIF_LNH_MASK); in ipipeif_configure()
197 (format->height - 1) & ISIF_LNV_MASK); in ipipeif_configure()
201 format->height - 1); in ipipeif_configure()
204 format = &ipipeif->formats[IPIPEIF_PAD_SOURCE_ISIF_SF]; in ipipeif_configure()
370 * ipipeif_try_format - Try video format o
382 struct v4l2_mbus_framefmt *format; ipipeif_try_format() local
452 struct v4l2_mbus_framefmt *format; ipipeif_enum_mbus_code() local
487 struct v4l2_mbus_framefmt format; ipipeif_enum_frame_size() local
526 struct v4l2_mbus_framefmt *format; ipipeif_get_format() local
550 struct v4l2_mbus_framefmt *format; ipipeif_set_format() local
610 struct v4l2_subdev_format format; ipipeif_init_formats() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp70 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged() argument
73 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &g_picWidth); in VencFormatChanged()
74 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &g_picHeight); in VencFormatChanged()
75 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &g_keyWidth); in VencFormatChanged()
76 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &g_keyHeight); in VencFormatChanged()
77 cout << "format info: " << OH_AVFormat_DumpInfo(format) << ", OH_MD_KEY_VIDEO_PIC_WIDTH: " << g_picWidth in VencFormatChanged()
144 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer); in DumpLtrInfo() local
147 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PER_FRAME_IS_LTR, &isLtr); in DumpLtrInfo()
148 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PER_FRAME_PO in DumpLtrInfo()
153 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer); DumpQPInfo() local
181 OH_AVFormat *format = OH_AVFormat_Create(); ConfigureVideoEncoder() local
227 OH_AVFormat *format = OH_AVFormat_Create(); ConfigureVideoEncoder_Temporal() local
268 OH_AVFormat *format = OH_AVFormat_Create(); ConfigureVideoEncoder_fuzz() local
364 OH_AVFormat *format = OH_AVFormat_Create(); testApi() local
400 OH_AVFormat *format = OH_VideoEncoder_GetInputDescription(venc_); GetStride() local
719 ReadOneFrameByType(uint8_t *dst, OH_NativeBuffer_Format format) ReadOneFrameByType() argument
796 OH_AVFormat *format = OH_AVFormat_Create(); AutoSwitchParam() local
814 OH_AVFormat *format = OH_AVFormat_Create(); AutoSwitchParam() local
852 OH_AVFormat *format = OH_AVFormat_Create(); SetForceIDR() local
863 OH_AVFormat *format = OH_AVFormat_Create(); SetLTRParameter() local
904 OH_AVFormat *format = OH_AVFormat_Create(); SetBufferParameter() local
914 OH_AVFormat *format = OH_AVFormat_Create(); SetBufferParameter() local
1173 SetParameter(OH_AVFormat *format) SetParameter() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py7 # Code generation for GL format map. The format map matches between
8 # {format,type} and internal format.
18 // ES3 format info from {es3_data_source_name}.
25 // Determining the sized internal format from a (format,type) pair.
26 // Also check es3 format combinations for validity.
34 GLenum GetSizedFormatInternal(GLenum format, GLenum type)
36 switch (format)
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dformats.c48 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
84 _mesa_get_format_info(mesa_format format) in _mesa_get_format_info() argument
86 const struct mesa_format_info *info = &format_info[format]; in _mesa_get_format_info()
89 /* The MESA_FORMAT_* enums are sparse, don't return a format info in _mesa_get_format_info()
92 if (info->Name == MESA_FORMAT_NONE && format != MESA_FORMAT_NONE) in _mesa_get_format_info()
95 assert(info->Name == format); in _mesa_get_format_info()
100 /** Return string name of format (for debugging) */
102 _mesa_get_format_name(mesa_format format) in _mesa_get_format_name() argument
104 const struct mesa_format_info *info = _mesa_get_format_info(format); in _mesa_get_format_name()
113 * Return bytes needed to store a block of pixels in the given format
120 _mesa_get_format_bytes(mesa_format format) _mesa_get_format_bytes() argument
141 _mesa_get_format_bits(mesa_format format, GLenum pname) _mesa_get_format_bits() argument
196 _mesa_get_format_max_bits(mesa_format format) _mesa_get_format_max_bits() argument
214 _mesa_get_format_layout(mesa_format format) _mesa_get_format_layout() argument
232 _mesa_get_format_datatype(mesa_format format) _mesa_get_format_datatype() argument
239 get_base_format_for_array_format(mesa_array_format format) get_base_format_for_array_format() argument
320 _mesa_get_format_base_format(uint32_t format) _mesa_get_format_base_format() argument
339 _mesa_get_format_block_size(mesa_format format, unsigned int *bw, unsigned int *bh) _mesa_get_format_block_size() argument
360 _mesa_get_format_block_size_3d(mesa_format format, unsigned int *bw, unsigned int *bh, unsigned int *bd) _mesa_get_format_block_size_3d() argument
392 _mesa_get_format_swizzle(mesa_format format, uint8_t swizzle_out[4]) _mesa_get_format_swizzle() argument
399 _mesa_array_format_flip_channels(mesa_array_format format) _mesa_array_format_flip_channels() argument
445 _mesa_format_to_array_format(mesa_format format) _mesa_format_to_array_format() argument
528 _mesa_is_format_compressed(mesa_format format) _mesa_is_format_compressed() argument
539 _mesa_is_format_packed_depth_stencil(mesa_format format) _mesa_is_format_packed_depth_stencil() argument
551 _mesa_is_format_integer_color(mesa_format format) _mesa_is_format_integer_color() argument
565 _mesa_is_format_unsigned(mesa_format format) _mesa_is_format_unsigned() argument
576 _mesa_is_format_signed(mesa_format format) _mesa_is_format_signed() argument
595 _mesa_is_format_integer(mesa_format format) _mesa_is_format_integer() argument
606 _mesa_is_format_color_format(mesa_format format) _mesa_is_format_color_format() argument
620 _mesa_is_format_srgb(mesa_format format) _mesa_is_format_srgb() argument
631 _mesa_is_format_etc2(mesa_format format) _mesa_is_format_etc2() argument
655 _mesa_is_format_astc_2d(mesa_format format) _mesa_is_format_astc_2d() argument
698 _mesa_get_uncompressed_format(mesa_format format) _mesa_get_uncompressed_format() argument
765 _mesa_format_num_components(mesa_format format) _mesa_format_num_components() argument
784 _mesa_format_has_color_component(mesa_format format, int component) _mesa_format_has_color_component() argument
813 _mesa_format_image_size(mesa_format format, int width, int height, int depth) _mesa_format_image_size() argument
841 _mesa_format_image_size64(mesa_format format, int width, int height, int depth) _mesa_format_image_size64() argument
867 _mesa_format_row_stride(mesa_format format, int width) _mesa_format_row_stride() argument
891 _mesa_uncompressed_format_to_type_and_comps(mesa_format format, GLenum *datatype, GLuint *comps) _mesa_uncompressed_format_to_type_and_comps() argument
1448 _mesa_format_matches_format_and_type(mesa_format mformat, GLenum format, GLenum type, bool swapBytes, GLenum *error) _mesa_format_matches_format_and_type() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.hpp57 deUint32 getVertexFormatSize (vk::VkFormat format);
58 deUint32 getVertexFormatComponentCount (vk::VkFormat format);
59 deUint32 getVertexFormatComponentSize (vk::VkFormat format);
60 deUint32 getPackedVertexFormatComponentWidth (vk::VkFormat format, deUint32 componentNdx);
61 bool isVertexFormatComponentOrderBGR (vk::VkFormat format);
62 bool isVertexFormatComponentOrderABGR (vk::VkFormat format);
63 bool isVertexFormatComponentOrderARGB (vk::VkFormat format);
64 bool isVertexFormatSint (vk::VkFormat format);
65 bool isVertexFormatUint (vk::VkFormat format);
66 bool isVertexFormatSfloat (vk::VkFormat format);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexUtil.hpp57 deUint32 getVertexFormatSize (vk::VkFormat format);
58 deUint32 getVertexFormatComponentCount (vk::VkFormat format);
59 deUint32 getVertexFormatComponentSize (vk::VkFormat format);
60 deUint32 getPackedVertexFormatComponentWidth (vk::VkFormat format, deUint32 componentNdx);
61 bool isVertexFormatComponentOrderBGR (vk::VkFormat format);
62 bool isVertexFormatComponentOrderABGR (vk::VkFormat format);
63 bool isVertexFormatComponentOrderARGB (vk::VkFormat format);
64 bool isVertexFormatSint (vk::VkFormat format);
65 bool isVertexFormatUint (vk::VkFormat format);
66 bool isVertexFormatSfloat (vk::VkFormat format);
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-common.c234 const struct v4l2_format_info *v4l2_format_info(u32 format) in v4l2_format_info() argument
238 { .format = V4L2_PIX_FMT_BGR24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
239 { .format = V4L2_PIX_FMT_RGB24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
240 { .format = V4L2_PIX_FMT_HSV24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
241 { .format = V4L2_PIX_FMT_BGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
242 { .format = V4L2_PIX_FMT_XBGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
243 { .format = V4L2_PIX_FMT_BGRX32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
244 { .format = V4L2_PIX_FMT_RGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
245 { .format = V4L2_PIX_FMT_XRGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
246 { .format in v4l2_format_info()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc21 void VPrintFToString(std::string* str, size_t str_offset, const char* format, in VPrintFToString() argument
24 size_t len = str_offset + strlen(format); in VPrintFToString()
34 format, args_copy); in VPrintFToString()
43 void PrintFToString(std::string* str, size_t str_offset, const char* format, in PrintFToString() argument
46 va_start(args, format); in PrintFToString()
47 VPrintFToString(str, str_offset, format, args); in PrintFToString()
54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() argument
56 VPrintFToString(&result, 0, format, args); in FormatError()
60 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format() argument
70 VPrintFToString(&error_msg_, context_len, format, arg in Format()
74 TypeError(const char* format, ...) TypeError() argument
81 RangeError(const char* format, ...) RangeError() argument
88 CompileError(const char* format, ...) CompileError() argument
95 LinkError(const char* format, ...) LinkError() argument
102 RuntimeError(const char* format, ...) RuntimeError() argument
[all...]
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
56 text = " .base: {}\n".format(base.address)
57 text += " .index: {}\n".format(base['index'])
59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
61 text += " .get_time: {}\n".format(base['get_time'])
63 text += " .offset: {} nsecs\n".format(base['offset'])
75 text = "cpu: {}\n".format(cpu)
77 text += " clock {}:\n".format(
[all...]
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
55 text = " .base: {}\n".format(base.address)
56 text += " .index: {}\n".format(base['index'])
58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
60 text += " .get_time: {}\n".format(base['get_time'])
62 text += " .offset: {} nsecs\n".format(base['offset'])
74 text = "cpu: {}\n".format(cpu)
76 text += " clock {}:\n".format(
[all...]
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc111 void PrintFormat(Instruction* instr); // For floating format postfix.
131 void Format(Instruction* instr, const char* format);
654 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister() argument
655 DCHECK_EQ(format[0], 'r'); in FormatRegister()
656 if (format[1] == 's') { // 'rs: Rs register. in FormatRegister()
660 } else if (format[1] == 't') { // 'rt: rt register. in FormatRegister()
664 } else if (format[1] == 'd') { // 'rd: rd register. in FormatRegister()
674 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { in FormatFPURegister() argument
675 DCHECK_EQ(format[0], 'f'); in FormatFPURegister()
677 if (format[ in FormatFPURegister()
718 FormatMSARegister(Instruction* instr, const char* format) FormatMSARegister() argument
742 FormatOption(Instruction* instr, const char* format) FormatOption() argument
1014 Format(Instruction* instr, const char* format) Format() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp28 #include "meta/format.h"
241 Format format; in HWTEST_F() local
242 format.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, DEFAULT_WIDTH); in HWTEST_F()
243 format.PutIntValue(MediaDescriptionKey::MD_KEY_HEIGHT, DEFAULT_HEIGHT); in HWTEST_F()
244 format.PutIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, static_cast<int32_t>(VideoPixelFormat::NV12)); in HWTEST_F()
245 format.PutDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, DEFAULT_FRAME_RATE); in HWTEST_F()
247 ASSERT_EQ(AVCS_ERR_OK, vdec_->Configure(format)); in HWTEST_F()
248 ASSERT_EQ(AVCS_ERR_INVALID_STATE, vdec_->Configure(format)); in HWTEST_F()
261 Format format; in HWTEST_F() local
262 format in HWTEST_F()
282 Format format; HWTEST_F() local
304 Format format; HWTEST_F() local
327 Format format; HWTEST_F() local
370 Format format; HWTEST_F() local
392 Format format; HWTEST_F() local
446 Format format; HWTEST_F() local
461 Format format; HWTEST_F() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dplane.c64 copy->format = state->format; in tegra_plane_atomic_duplicate_state()
108 uint32_t format, in tegra_plane_format_mod_supported()
111 const struct drm_format_info *info = drm_format_info(format); in tegra_plane_format_mod_supported()
145 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_pin()
193 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_unpin()
246 fmt = state->fb->format; in tegra_plane_calculate_memory_bandwidth()
250 * Note that real memory bandwidth vary depending on format and in tegra_plane_calculate_memory_bandwidth()
326 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap) in tegra_plane_format() argument
334 *format in tegra_plane_format()
107 tegra_plane_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) tegra_plane_format_mod_supported() argument
476 tegra_plane_format_is_indexed(unsigned int format) tegra_plane_format_is_indexed() argument
489 tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc) tegra_plane_format_is_yuv() argument
540 __drm_format_has_alpha(u32 format) __drm_format_has_alpha() argument
593 unsigned int format; tegra_plane_setup_opacity() local
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal.py85 call = 'CALL_{0}(ctx->CurrentServerDispatch, ({1}))'.format(
88 out('{0};'.format(call))
92 out('return {0};'.format(call))
96 out('/* {0}: marshalled synchronously */'.format(func.name))
97 out('{0} GLAPIENTRY'.format(func.return_type))
98 out('_mesa_marshal_{0}({1})'.format(func.name, func.get_parameter_string()))
104 out('_mesa_glthread_finish_before(ctx, "{0}");'.format(func.name))
112 'DISPATCH_CMD_{0}, cmd_size);'.format(func.name))
128 out('memcpy(cmd->{0}, {0}, {1});'.format(
131 out('cmd->{0} = {0};'.format(
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutxferror.c27 * format - Printf format string + additional args
35 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error() argument
42 va_start(arg_list, format); in acpi_error()
43 acpi_os_vprintf(format, arg_list); in acpi_error()
59 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL()
69 u32 line_number, acpi_status status, const char *format, ...) in ACPI_EXPORT_SYMBOL()
85 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL()
86 acpi_os_vprintf(format, arg_lis in ACPI_EXPORT_SYMBOL()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutxferror.c27 * format - Printf format string + additional args
35 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error() argument
42 va_start(arg_list, format); in acpi_error()
43 acpi_os_vprintf(format, arg_list); in acpi_error()
59 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL()
69 u32 line_number, acpi_status status, const char *format, ...) in ACPI_EXPORT_SYMBOL()
85 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL()
86 acpi_os_vprintf(format, arg_lis in ACPI_EXPORT_SYMBOL()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.hpp32 # define CHECK_PRINTF_ARGS __attribute__((format(printf, 1, 2)))
40 void trace(const char *format, ...) CHECK_PRINTF_ARGS;
44 void warn(const char *format, ...) CHECK_PRINTF_ARGS;
48 void abort(const char *format, ...) CHECK_PRINTF_ARGS;
51 void trace_assert(const char *format, ...) CHECK_PRINTF_ARGS;
87 # define ASSERT_MSG(expression, format, ...) \
92 DABORT("ASSERT(%s): " format "\n", #expression, ##__VA_ARGS__); \
98 # define ASSERT_MSG(expression, format, ...) \
102 (void)sizeof(format); \
131 #define UNIMPLEMENTED_NO_BUG(format,
[all...]

Completed in 18 milliseconds

12345678910>>...574