Home
last modified time | relevance | path

Searched defs:format (Results 226 – 250 of 1566) sorted by relevance

12345678910>>...63

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dpcm1789.c28 unsigned int format; member
53 unsigned int format) in pcm1789_set_dai_fmt()
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp82 sp<GraphicBuffer> GraphicBuffer_Init(int width, int height,int format) { in GraphicBuffer_Init()
135 int AHardwareBuffer_Init(int width, int height, int format, AHardwareBuffer** outBuffer) { in AHardwareBuffer_Init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_trace_timeline.c46 char *format; member
51 …#define KBASE_TIMELINE_TRACE_CODE(enum_val, desc, format, format_desc) { #enum_val, desc, format, … argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h43 #define fd_format_name(format) { qm_fd_##format, #format } argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dhda.c12 void tegra_hda_parse_format(unsigned int format, struct tegra_hda_format *fmt) in tegra_hda_parse_format()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-jvmti.c9 jvmtiJlocationFormat format __attribute__((unused)); in main() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp213 QString QGeoFileTileCacheOsm::tileSpecToFilename(const QGeoTileSpec &spec, const QString &format, c… in tileSpecToFilename() argument
223 QString QGeoFileTileCacheOsm::tileSpecToFilename(const QGeoTileSpec &spec, const QString &format, i… in tileSpecToFilename() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c81 static int bdw_format_to_drm(int format) in bdw_format_to_drm()
112 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, in skl_format_to_drm()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_gb.c108 u32 *format, u32 *rate, u8 *channels, in gb_audio_gb_get_pcm()
132 u32 format, u32 rate, u8 channels, in gb_audio_gb_set_pcm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ar5523/
H A Dar5523.h137 #define ar5523_dbg(ar, format, arg...) \ argument
144 #define ar5523_err(ar, format, arg...) \ argument
150 #define ar5523_info(ar, format, arg...) \ argument
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmain.cpp76 QSurfaceFormat format; in main() local
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmain.cpp76 QSurfaceFormat format; in main() local
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dlinux-compat.h15 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-messages.c71 static int skl_dsp_prepare(struct device *dev, unsigned int format, in skl_dsp_prepare()
451 struct skl_module_fmt *format = &fmt->inputs[0].fmt; in skl_set_base_module_format() local
666 struct skl_module_fmt *format = &fmt->outputs[0].fmt; in skl_setup_out_format() local
1096 struct skl_module_fmt *format) in fill_pin_params()
1126 struct skl_module_fmt *format; in skl_bind_modules() local
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c59 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) argument
61 #define dbg(format, arg...) do {} while(0) argument
63 #define err(format, arg...) printf("ERROR: " format "\n", ## arg) argument
66 #define info(format, arg...) printf("INFO: " format "\n", ## arg) argument
68 #define info(format, arg...) do {} while(0) argument
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmt9t001.c125 struct v4l2_mbus_framefmt format; member
288 struct v4l2_mbus_framefmt *format = &mt9t001->format; in mt9t001_s_stream() local
365 struct v4l2_subdev_format *format) in mt9t001_get_format()
376 struct v4l2_subdev_format *format) in mt9t001_set_format()
798 struct v4l2_mbus_framefmt *format; in mt9t001_open() local
H A Dadv7170.c265 struct v4l2_subdev_format *format) in adv7170_get_fmt()
288 struct v4l2_subdev_format *format) in adv7170_set_fmt()
/OK3568_Linux_fs/kernel/include/sound/
H A Dcore.h309 #define __snd_printk(level, file, line, format, ...) \ argument
362 static inline void snd_printd(const char *format, ...) {} in snd_printd()
364 static inline void _snd_printd(int level, const char *format, ...) {} in _snd_printd()
385 #define snd_printdd(format, ...) \ argument
389 static inline void snd_printdd(const char *format, ...) {} in snd_printdd()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.c917 struct v4l2_mbus_framefmt *format; in ispif_enum_mbus_code() local
949 struct v4l2_mbus_framefmt format; in ispif_enum_frame_size() local
987 struct v4l2_mbus_framefmt *format; in ispif_get_format() local
1011 struct v4l2_mbus_framefmt *format; in ispif_set_format() local
1044 struct v4l2_subdev_format format = { in ispif_init_formats() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dbinary_program.hpp24 gl::BinaryProgramFormat format() const { in format() function in mbgl::BinaryProgram
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8350-core.c50 #define ldbg(format, arg...) printk(format, ## arg) argument
52 #define ldbg(format, arg...) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeomapreplymapbox.cpp41 …GeoMapReplyMapbox(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &format, QObject *… in QGeoMapReplyMapbox()
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-dma.c525 xvip_dma_get_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_get_format()
587 xvip_dma_try_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_try_format()
597 xvip_dma_set_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_set_format()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/
H A Dia_css_qplane_param.h28 u32 format; /* enum ia_css_frame_format */ member
/OK3568_Linux_fs/kernel/tools/lib/api/
H A Ddebug.c7 static int __base_pr(const char *format, ...) in __base_pr()

12345678910>>...63