Home
last modified time | relevance | path

Searched defs:fmt (Results 1226 - 1250 of 1636) sorted by relevance

1...<<41424344454647484950>>...66

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c63 const struct cif_output_fmt *fmt = NULL; in rkcif_scale_enum_fmt_vid_cap() local
81 static u32 rkcif_scale_align_bits_per_pixel(struct rkcif_device *cif_dev, const struct cif_output_fmt *fmt, in rkcif_scale_align_bits_per_pixel() argument
111 const struct cif_output_fmt *fmt; in find_output_fmt() local
130 const struct cif_output_fmt *fmt; rkcif_scale_set_fmt() local
486 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_vb2_buf_queue() local
576 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_channel_init() local
915 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_vb_done_oneframe() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcapture.c883 const struct capture_fmt *fmt; in find_fmt() local
913 const struct capture_fmt *fmt; in rkisp_set_fmt() local
1380 const struct capture_fmt *fmt = NULL; rkisp_enum_fmt_vid_cap_mplane() local
[all...]
H A Ddev.h134 struct v4l2_subdev_format fmt[CSI_PAD_MAX - 1]; member
/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c278 static int32_t GetStrideByWidth(int32_t width, MppFrameFormat fmt) in GetStrideByWidth() argument
333 MppFrameFormat fmt = ConvertHdiFormat2RKFormat(fmtHDI); in GetDefaultHorStride() local
[all...]
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_config.c278 static int32_t GetStrideByWidth(int32_t width, MppFrameFormat fmt) in GetStrideByWidth() argument
333 MppFrameFormat fmt = ConvertHdiFormat2RKFormat(fmtHDI); in GetDefaultHorStride() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c65 const struct cif_output_fmt *fmt = NULL; in rkcif_scale_enum_fmt_vid_cap() local
117 const struct cif_output_fmt *fmt; in find_output_fmt() local
83 rkcif_scale_align_bits_per_pixel(struct rkcif_device *cif_dev, const struct cif_output_fmt *fmt, int plane_index) rkcif_scale_align_bits_per_pixel() argument
137 const struct cif_output_fmt *fmt; rkcif_scale_set_fmt() local
508 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_vb2_buf_queue() local
601 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_channel_init() local
970 const struct cif_output_fmt *fmt = scale_vdev->scale_out_fmt; rkcif_scale_vb_done_oneframe() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vepu2.c182 int fmt = VEPU2_GET_FORMAT(task->reg[VEPU2_REG_ENC_EN_INDEX]); in vepu_process_reg_fd() local
H A Dmpp_vdpu1.c232 int fmt = VDPU1_GET_FORMAT(task->reg[VDPU1_REG_SYS_CTRL_INDEX]); in vdpu_process_reg_fd() local
H A Dmpp_vdpu2.c205 int fmt = VDPU2_GET_FORMAT(task->reg[VDPU2_REG_SYS_CTRL_INDEX]); in vdpu_process_reg_fd() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.h134 struct v4l2_subdev_format fmt[CSI_PAD_MAX - 1]; member
H A Dcapture.c869 const struct capture_fmt *fmt; in find_fmt() local
901 const struct capture_fmt *fmt; in rkisp_set_fmt() local
1388 const struct capture_fmt *fmt = NULL; rkisp_enum_fmt_vid_cap_mplane() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c296 static int fiq_debugger_printf_nfiq(void *cookie, const char *fmt, ...) in fiq_debugger_printf_nfiq() argument
279 fiq_debugger_printf(struct fiq_debugger_output *output, const char *fmt, ...) fiq_debugger_printf() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp802 int PrintLog(int id, int level, const char* tag, const char* fmt, const char* message) in PrintLog() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp663 AudioSampleFormat fmt; in ParseAudioTrackInfo() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp436 optional<PixelFmt> fmt; in GetPixelFmtFromUser() local
H A Dhdecoder.cpp149 optional<PixelFmt> fmt = TypeConverter::GraphicFmtToFmt(graphicFmt); in UpdateConfiguredFmt() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp248 optional<PixelFmt> fmt; in GetPixelFmtFromUser() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp622 cJSON *fmt = nullptr; in FromJson() local
820 cJSON *fmt in FromJson() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp51 void PrintErrorMessage(const std::string &cond, const std::string &file, unsigned int line, const char *fmt, ...) in PrintErrorMessage() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk.cpp220 int vsnprintfChk_test(char *str, size_t n, char *fmt, const char *funcName, ...) in vsnprintfChk_test() argument
444 int vfsf(FILE *file, char *fmt, ...) in vfsf() argument
541 int vsnprintf_test(char *str, size_t n, char *fmt, const char *funcName, ...) in vsnprintf_test() argument
601 const char *fmt = "temp"; in Sscanf() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibx264.c121 static void X264_log(void *p, int level, const char *fmt, va_list args) in X264_log() argument
/third_party/ffmpeg/fftools/
H A Dopt_common.c432 const AVInputFormat *fmt = av_find_input_format(name); in show_help_demuxer() local
469 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL); in show_help_muxer() local
1112 log_callback_report(void *ptr, int level, const char *fmt, va_list vl) log_callback_report() argument
1328 print_device_sources(const AVInputFormat *fmt, AVDictionary *opts) print_device_sources() argument
1349 print_device_sinks(const AVOutputFormat *fmt, AVDictionary *opts) print_device_sinks() argument
1394 const AVInputFormat *fmt = NULL; show_sources() local
1432 const AVOutputFormat *fmt = NULL; show_sinks() local
[all...]
H A Dcmdutils.c72 void log_callback_help(void *ptr, int level, const char *fmt, va_list vl) in log_callback_help() argument
/third_party/elfutils/libcpu/
H A Di386_disasm.c314 i386_disasm(Ebl *ebl __attribute__((unused)), const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg) i386_disasm() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c732 AVChannelLayout fmt = { 0 }; in reduce_formats_on_filter() local
[all...]

Completed in 36 milliseconds

1...<<41424344454647484950>>...66