/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | isppreview.c | 70 * which filters are enabled. To avoid format changes when the filters are 73 * during streaming are enabled when computing sink crop and source format 996 * preview_config_input_format - Configure the input format 998 * @info: Sink pad format information 1064 const struct v4l2_mbus_framefmt *format = &prev->formats[PREV_PAD_SINK]; in preview_config_input_size() local 1072 if (format->code != MEDIA_BUS_FMT_Y8_1X8 && in preview_config_input_size() 1073 format->code != MEDIA_BUS_FMT_Y10_1X10) { in preview_config_input_size() 1315 params->cfa.format = OMAP3ISP_CFAFMT_BAYER; in preview_init_params() 1382 struct v4l2_mbus_framefmt *format; in preview_configure() local 1394 format in preview_configure() 1899 struct v4l2_mbus_framefmt format; preview_enum_frame_size() local 1939 struct v4l2_mbus_framefmt *format; preview_get_selection() local 1982 struct v4l2_mbus_framefmt *format; preview_set_selection() local 2027 struct v4l2_mbus_framefmt *format; preview_get_format() local 2049 struct v4l2_mbus_framefmt *format; preview_set_format() local 2092 struct v4l2_subdev_format format; preview_init_formats() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 49 bool IsLUMAFormat(GLenum format) in IsLUMAFormat() argument 51 return format == GL_LUMINANCE || format == GL_ALPHA || format == GL_LUMINANCE_ALPHA; in IsLUMAFormat() 66 bool GetDepthStencilWorkaround(GLenum format) in GetDepthStencilWorkaround() argument 68 return format == GL_DEPTH_COMPONENT || format == GL_DEPTH_STENCIL; in GetDepthStencilWorkaround() 164 GLenum format, in setImage() 181 reserveTexImageToBeFilled(context, target, level, internalFormat, size, format, type)); in setImage() 189 return setSubImageRowByRowWorkaround(context, target, level, area, format, typ in setImage() 160 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument 223 setImageHelper(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImageHelper() argument 295 reserveTexImageToBeFilled(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) reserveTexImageToBeFilled() argument 309 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument 387 setSubImageRowByRowWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, size_t maxBytesUploadedPerChunk, const uint8_t *pixels) setSubImageRowByRowWorkaround() argument 470 setSubImagePaddingWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImagePaddingWorkaround() argument 609 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument 1193 setImageExternal(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) setImageExternal() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-empress.c | 105 struct v4l2_mbus_framefmt *mbus_fmt = &fmt.format; in empress_g_fmt_vid_cap() 121 struct v4l2_subdev_format format = { in empress_s_fmt_vid_cap() local 125 v4l2_fill_mbus_format(&format.format, &f->fmt.pix, MEDIA_BUS_FMT_FIXED); in empress_s_fmt_vid_cap() 126 saa_call_all(dev, pad, set_fmt, NULL, &format); in empress_s_fmt_vid_cap() 127 v4l2_fill_pix_format(&f->fmt.pix, &format.format); in empress_s_fmt_vid_cap() 141 struct v4l2_subdev_format format = { in empress_try_fmt_vid_cap() local 145 v4l2_fill_mbus_format(&format.format, in empress_try_fmt_vid_cap() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/bochs/ |
H A D | bochs_hw.c | 246 const struct drm_format_info *format) in bochs_hw_setformat() 253 DRM_DEBUG_DRIVER("format %c%c%c%c\n", in bochs_hw_setformat() 254 (format->format >> 0) & 0xff, in bochs_hw_setformat() 255 (format->format >> 8) & 0xff, in bochs_hw_setformat() 256 (format->format >> 16) & 0xff, in bochs_hw_setformat() 257 (format->format >> 2 in bochs_hw_setformat() 245 bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format) bochs_hw_setformat() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 105 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) { in tve200_display_check() 111 * We can't change the FB format in a flicker-free in tve200_display_check() 114 if (old_fb && old_fb->format != fb->format) in tve200_display_check() 132 u32 format = fb->format->format; in tve200_display_enable() local 184 if (format & DRM_FORMAT_BIG_ENDIAN) { in tve200_display_enable() 186 format &= ~DRM_FORMAT_BIG_ENDIAN; in tve200_display_enable() 189 switch (format) { in tve200_display_enable() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134-empress.c | 105 struct v4l2_mbus_framefmt *mbus_fmt = &fmt.format; in empress_g_fmt_vid_cap() 121 struct v4l2_subdev_format format = { in empress_s_fmt_vid_cap() local 125 v4l2_fill_mbus_format(&format.format, &f->fmt.pix, MEDIA_BUS_FMT_FIXED); in empress_s_fmt_vid_cap() 126 saa_call_all(dev, pad, set_fmt, NULL, &format); in empress_s_fmt_vid_cap() 127 v4l2_fill_pix_format(&f->fmt.pix, &format.format); in empress_s_fmt_vid_cap() 144 struct v4l2_subdev_format format = { in empress_try_fmt_vid_cap() local 148 v4l2_fill_mbus_format(&format.format, in empress_try_fmt_vid_cap() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 105 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) { in tve200_display_check() 111 * We can't change the FB format in a flicker-free in tve200_display_check() 114 if (old_fb && old_fb->format != fb->format) in tve200_display_check() 132 u32 format = fb->format->format; in tve200_display_enable() local 184 if (format & DRM_FORMAT_BIG_ENDIAN) { in tve200_display_enable() 186 format &= ~DRM_FORMAT_BIG_ENDIAN; in tve200_display_enable() 189 switch (format) { in tve200_display_enable() [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | decimfmt.h | 76 * and format numbers in any locale, including support for Western, Arabic, or 100 * // format for each locale. 125 * cout << " -> " << form->format(myNumber,str) << endl; 126 * form->parse(form->format(myNumber,str), fmtable, success); 138 * // format for each locale</strong> 149 * cout << "format result " << form->format(myNumber, str) << endl; 150 * format->parse(form->format(myNumber, str), fmtable, success); 510 * <td align=left>Output of format() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 11 * Port From: ICU4C v1.8.1 : format : NumberFormatRegressionTest 15 package com.ibm.icu.dev.test.format; 51 String s = nf.format(a); in Test4161100() 98 // format back to a string in TestJ691() 99 String outString = df.format(ulocdat); in TestJ691() 120 //Test format in Test4408066() 136 String result = nf1.format(data[i]); in Test4408066() 188 NumberFormat format = (NumberFormat) ois.readObject(); in TestSerialization() 189 String result = format.format(dat in TestSerialization() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatRegressionTest.java | 12 * Port From: ICU4C v1.8.1 : format : NumberFormatRegressionTest 16 package ohos.global.icu.dev.test.format; 54 String s = nf.format(a); in Test4161100() 101 // format back to a string in TestJ691() 102 String outString = df.format(ulocdat); in TestJ691() 123 //Test format in Test4408066() 139 String result = nf1.format(data[i]); in Test4408066() 191 NumberFormat format = (NumberFormat) ois.readObject(); in TestSerialization() 192 String result = format.format(dat in TestSerialization() [all...] |
/third_party/libsnd/src/ |
H A D | nist.c | 66 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_NIST) in nist_open() 69 psf->endian = SF_ENDIAN (psf->sf.format) ; in nist_open() 84 switch (SF_CODEC (psf->sf.format)) in nist_open() 216 psf->sf.format |= psf->endian ; in nist_read_header() 235 psf->sf.format |= SF_FORMAT_PCM_S8 ; in nist_read_header() 239 psf->sf.format |= SF_FORMAT_PCM_16 ; in nist_read_header() 243 psf->sf.format |= SF_FORMAT_PCM_24 ; in nist_read_header() 247 psf->sf.format |= SF_FORMAT_PCM_32 ; in nist_read_header() 254 psf->sf.format |= encoding ; in nist_read_header() 258 /* Sanitize psf->sf.format in nist_read_header() [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 305 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument 329 .format = format, in format_supported_with_usage() 339 /* Check that requested format and usage are supported. */ in format_supported_with_usage() 353 setup_gralloc0_usage(struct tu_device *device, VkFormat format, in setup_gralloc0_usage() argument 381 if (format == VK_FORMAT_B8G8R8A8_UNORM || in setup_gralloc0_usage() 382 format == VK_FORMAT_B5G6R5_UNORM_PACK16) { in setup_gralloc0_usage() 395 VkFormat format, in tu_GetSwapchainGrallocUsageANDROID() 402 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID() 407 return setup_gralloc0_usage(device, format, imageUsag in tu_GetSwapchainGrallocUsageANDROID() 394 tu_GetSwapchainGrallocUsageANDROID(VkDevice device_h, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) tu_GetSwapchainGrallocUsageANDROID() argument 412 tu_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainImageUsage, uint64_t *grallocConsumerUsage, uint64_t *grallocProducerUsage) tu_GetSwapchainGrallocUsage2ANDROID() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_screen.c | 32 #include "util/format/u_format.h" 327 enum pipe_format format, in vc4_screen_is_format_supported() 346 switch (format) { in vc4_screen_is_format_supported() 398 !vc4_rt_format_supported(format)) { in vc4_screen_is_format_supported() 403 (!vc4_tex_format_supported(format) || in vc4_screen_is_format_supported() 404 (format == PIPE_FORMAT_ETC1_RGB8 && !screen->has_etc1))) { in vc4_screen_is_format_supported() 409 format != PIPE_FORMAT_S8_UINT_Z24_UNORM && in vc4_screen_is_format_supported() 410 format != PIPE_FORMAT_X8Z24_UNORM) { in vc4_screen_is_format_supported() 415 format != PIPE_FORMAT_R8_UINT && in vc4_screen_is_format_supported() 416 format ! in vc4_screen_is_format_supported() 326 vc4_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) vc4_screen_is_format_supported() argument 448 vc4_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) vc4_screen_query_dmabuf_modifiers() argument 476 vc4_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) vc4_screen_is_dmabuf_modifier_supported() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | decimfmt.h | 76 * and format numbers in any locale, including support for Western, Arabic, or 100 * // format for each locale. 125 * cout << " -> " << form->format(myNumber,str) << endl; 126 * form->parse(form->format(myNumber,str), fmtable, success); 138 * // format for each locale</strong> 149 * cout << "format result " << form->format(myNumber, str) << endl; 150 * format->parse(form->format(myNumber, str), fmtable, success); 510 * <td align=left>Output of format() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dadrfmt.cpp | 36 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest() 69 dataerrln("format/DataDriven*Test data (format.res) not initialized!"); in runIndexedTest() 159 DateFormat *format = NULL; in testConvertDate() local 167 format = new SimpleDateFormat(pattern, loc, status); in testConvertDate() 177 format = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)styleSet.getTimeStyle(), loc); in testConvertDate() 178 if(format == NULL ) { in testConvertDate() 192 format->setTimeZone(*tz); in testConvertDate() 252 format->format(fromDat in testConvertDate() [all...] |
/third_party/littlefs/scripts/ |
H A D | explode_asserts.py | 145 format = { 152 desc['print'].strip().format(**format))+'\n') 154 desc['fail'].strip().format(**format))+'\n') 157 format.update({ 162 desc['assert'].strip().format(**format))+'\n') 165 format = { 175 .format(**forma [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 63 const VkFormat format); 79 const VkFormat format) in ImageAlignedMipSizeCase() 83 , m_format (format) in ImageAlignedMipSizeCase() 117 const VkFormat format); 130 const VkFormat format) in ImageAlignedMipSizeInstance() 134 , m_format (format) in ImageAlignedMipSizeInstance() 154 imageCreateInfo.format = m_format; in iterate() 171 // Check if device supports sparse operations for image format in iterate() 173 TCU_THROW(NotSupportedError, "The image format does not support sparse operations"); in iterate() 179 imageCreateInfo.format, in iterate() 75 ImageAlignedMipSizeCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeCase() argument 127 ImageAlignedMipSizeInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeInstance() argument 280 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageAlignedMipSizeTests() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | decimfmt.h | 76 * and format numbers in any locale, including support for Western, Arabic, or 100 * // format for each locale. 125 * cout << " -> " << form->format(myNumber,str) << endl; 126 * form->parse(form->format(myNumber,str), fmtable, success); 138 * // format for each locale</strong> 149 * cout << "format result " << form->format(myNumber, str) << endl; 150 * format->parse(form->format(myNumber, str), fmtable, success); 510 * <td align=left>Output of format() [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttpost.c | 375 FT_Fixed format; in load_post_names() local 387 format = face->postscript.FormatType; in load_post_names() 394 if ( format == 0x00020000L && post_len >= 34 ) in load_post_names() 396 else if ( format == 0x00025000L && post_len >= 34 ) in load_post_names() 413 FT_Fixed format; in tt_face_free_ps_names() local 418 format = face->postscript.FormatType; in tt_face_free_ps_names() 420 if ( format == 0x00020000L ) in tt_face_free_ps_names() 437 else if ( format == 0x00025000L ) in tt_face_free_ps_names() 482 FT_Fixed format; in FT_LOCAL_DEF() local 506 format in FT_LOCAL_DEF() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 64 const VkFormat format); 81 const VkFormat format) in ImageAlignedMipSizeCase() 85 , m_format (format) in ImageAlignedMipSizeCase() 119 const VkFormat format); 132 const VkFormat format) in ImageAlignedMipSizeInstance() 136 , m_format (format) in ImageAlignedMipSizeInstance() 156 imageCreateInfo.format = m_format; in iterate() 173 // Check if device supports sparse operations for image format in iterate() 175 TCU_THROW(NotSupportedError, "The image format does not support sparse operations"); in iterate() 181 imageCreateInfo.format, in iterate() 76 ImageAlignedMipSizeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeCase() argument 129 ImageAlignedMipSizeInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeInstance() argument 282 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageAlignedMipSizeTests() local [all...] |
/third_party/backends/backend/ |
H A D | test-picture.c | 88 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer() 98 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer() 114 if (test_device->params.format == SANE_FRAME_RGB) in init_picture_buffer() 145 if (test_device->params.format == SANE_FRAME_GRAY || in init_picture_buffer() 146 (test_device->params.format >= SANE_FRAME_RED && in init_picture_buffer() 147 test_device->params.format <= SANE_FRAME_BLUE)) in init_picture_buffer() 212 if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer() 253 else if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer() 302 else if (test_device->params.format == SANE_FRAME_GRAY in init_picture_buffer() 363 else if (test_device->params.format in init_picture_buffer() [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_image.c | 28 #include "util/format/u_format.h" 37 enum pipe_format format, unsigned r_coord) in get_image_offset() 164 util_format_get_stride(spr->base.format, spr->base.width0)) in get_dimensions() 180 util_format_get_blocksize(spr->base.format)) in get_dimensions() 231 params->format, &width, &height, &depth)) in sp_tgsi_load() 234 stride = util_format_get_stride(params->format, width); in sp_tgsi_load() 249 int nc = util_format_get_nr_components(params->format); in sp_tgsi_load() 250 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_load() 262 offset = get_image_offset(spr, iview, params->format, r_coord); in sp_tgsi_load() 266 util_format_read_4(params->format, in sp_tgsi_load() 35 get_image_offset(const struct softpipe_resource *spr, const struct pipe_image_view *iview, enum pipe_format format, unsigned r_coord) get_image_offset() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 24 #include "util/format/u_format.h" 96 .format = info->src.resource->format, in v3d_render_blit() 118 util_format_short_name(info->src.format), in v3d_render_blit() 119 util_format_short_name(info->dst.format)); in v3d_render_blit() 165 .format = dst_format, in v3d_stencil_blit() 173 .format = src_format, in v3d_stencil_blit() 228 if (psrc->format != pdst->format) in v3d_tfu() 238 * output format mus in v3d_tfu() 340 v3d_generate_mipmap(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned int base_level, unsigned int last_level, unsigned int first_layer, unsigned int last_layer) v3d_generate_mipmap() argument 401 v3d_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned level, int16_t layer) v3d_get_blit_surface() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_video.c | 78 if (video->rwpf->fmtinfo->mbus != fmt.format.code || in vsp1_video_verify_format() 79 video->rwpf->format.height != fmt.format.height || in vsp1_video_verify_format() 80 video->rwpf->format.width != fmt.format.width) in vsp1_video_verify_format() 104 * equivalent. This selects the format older userspace applications want in __vsp1_video_try_format() 105 * while still exposing the new format. in __vsp1_video_try_format() 115 * Retrieve format information and select the default format if the in __vsp1_video_try_format() 116 * requested format is in __vsp1_video_try_format() 191 const struct v4l2_mbus_framefmt *format; vsp1_video_calculate_partition() local 255 const struct v4l2_mbus_framefmt *format; vsp1_video_pipeline_setup_partitions() local 712 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; vsp1_video_queue_setup() local 738 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; vsp1_video_buffer_prepare() local 969 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_get_format() argument 985 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_try_format() argument 997 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_set_format() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_video.c | 79 if (video->rwpf->fmtinfo->mbus != fmt.format.code || in vsp1_video_verify_format() 80 video->rwpf->format.height != fmt.format.height || in vsp1_video_verify_format() 81 video->rwpf->format.width != fmt.format.width) in vsp1_video_verify_format() 105 * equivalent. This selects the format older userspace applications want in __vsp1_video_try_format() 106 * while still exposing the new format. in __vsp1_video_try_format() 116 * Retrieve format information and select the default format if the in __vsp1_video_try_format() 117 * requested format is in __vsp1_video_try_format() 192 const struct v4l2_mbus_framefmt *format; vsp1_video_calculate_partition() local 256 const struct v4l2_mbus_framefmt *format; vsp1_video_pipeline_setup_partitions() local 713 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; vsp1_video_queue_setup() local 739 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; vsp1_video_buffer_prepare() local 968 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_get_format() argument 984 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_try_format() argument 996 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) vsp1_video_set_format() argument [all...] |