| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/ |
| H A D | vepu_common.h | 45 MppFrameFormat fmt; 58 MppFrameFormat fmt; 81 MPP_RET get_vepu_fmt(VepuFormatCfg *cfg, MppFrameFormat format); 83 RK_U32 stride, MppFrameFormat fmt);
|
| H A D | vepu_common.c | 127 MPP_RET get_vepu_fmt(VepuFormatCfg *cfg, MppFrameFormat format) in get_vepu_fmt() 187 RK_U32 get_vepu_pixel_stride(VepuStrideCfg *cfg, RK_U32 width, RK_U32 stride, MppFrameFormat fmt) in get_vepu_pixel_stride() 286 MppFrameFormat fmt = cfg->fmt; in get_vepu_offset_cfg()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.h | 70 MppFrameFormat fmt); 72 RK_U32 hor_stride, RK_U32 ver_stride, MppFrameFormat fmt, 84 MPP_RET name_to_frame_format(const char *name, MppFrameFormat *fmt);
|
| H A D | mpi_enc_utils.h | 33 MppFrameFormat format; 85 RK_S32 mpi_enc_width_default_stride(RK_S32 width, MppFrameFormat fmt);
|
| H A D | camera_source.h | 29 …ra_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFrameFormat fmt);
|
| H A D | mpi_dec_utils.h | 43 MppFrameFormat format;
|
| H A D | camera_source.c | 48 MppFrameFormat fmt; 112 …_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFrameFormat format) in camera_source_init()
|
| H A D | mpi_enc_utils.c | 34 RK_S32 mpi_enc_width_default_stride(RK_S32 width, MppFrameFormat fmt) in mpi_enc_width_default_stride() 198 MppFrameFormat format = MPP_FMT_BUTT; in mpi_enc_opt_f() 214 format = (MppFrameFormat)atoi(next); in mpi_enc_opt_f()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_common.h | 55 MppFrameFormat fmt; 72 PpRgbCfg* get_pp_rgb_Cfg(MppFrameFormat fmt);
|
| H A D | hal_jpegd_base.h | 49 MppFrameFormat output_fmt;
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.cpp | 34 MppFrameFormat src_fmt; 35 MppFrameFormat dst_fmt; 117 cmd->src_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options() 131 cmd->dst_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpp.c | 47 MppFrameFormat mpp_format; 138 gst_mpp_mpp_format_to_gst_format (MppFrameFormat mpp_format) in gst_mpp_mpp_format_to_gst_format() 145 MppFrameFormat 154 gst_mpp_mpp_format_to_rga_format (MppFrameFormat mpp_format) in gst_mpp_mpp_format_to_rga_format() 195 MppFrameFormat mpp_format = mpp_frame_get_fmt (mframe); in gst_mpp_rga_info_from_mpp_frame()
|
| H A D | gstmpp.h | 78 GstVideoFormat gst_mpp_mpp_format_to_gst_format (MppFrameFormat mpp_format); 80 MppFrameFormat gst_mpp_gst_format_to_mpp_format (GstVideoFormat format);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_codec.h | 104 MppFrameFormat pix_fmt; 127 MppFrameFormat usr_set_fmt;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 254 } MppFrameFormat; typedef 413 MppFrameFormat mpp_frame_get_fmt(MppFrame frame); 414 void mpp_frame_set_fmt(MppFrame frame, MppFrameFormat fmt);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 253 } MppFrameFormat; typedef 412 MppFrameFormat mpp_frame_get_fmt(MppFrame frame); 413 void mpp_frame_set_fmt(MppFrame frame, MppFrameFormat fmt);
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | jpege_syntax.h | 30 MppFrameFormat format;
|
| H A D | jpegd_syntax.h | 120 MppFrameFormat output_fmt;
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 38 static MppFrameFormat vpu_pic_type_remap_to_mpp(EncInputPictureType type) in vpu_pic_type_remap_to_mpp() 40 MppFrameFormat ret = MPP_FMT_BUTT; in vpu_pic_type_remap_to_mpp() 92 MppCodingType coding, MppFrameFormat fmt, in vpu_api_set_enc_cfg() 218 RK_U32 height, MppFrameFormat fmt) in copy_align_raw_buffer_to_dest() 367 mpp_frame_set_fmt(frame, (MppFrameFormat)(p->CodecType | fbcOutFmt)); in init_frame_info() 1495 MppFrameFormat mpp_frame_fmt = vpu_pic_type_remap_to_mpp(vpu_frame_fmt); in perform() 1496 *(MppFrameFormat *)data = mpp_frame_fmt; in perform() 1555 MppFrameFormat old_fmt = format; in control()
|
| H A D | vpu_api_legacy.h | 83 MppFrameFormat format;
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpp_dec_cfg.h | 68 MppFrameFormat out_fmt;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 128 MppFrameFormat output_fmt;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_frame_impl.h | 147 MppFrameFormat fmt;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu541_common.h | 164 MPP_RET vepu541_set_fmt(VepuFmtCfg *cfg, MppFrameFormat format);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.h | 17 MppFrameFormat fmt;
|