Home
last modified time | relevance | path

Searched refs:mpp_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp50 mpp_type = MPP_VIDEO_CodingAVC; in Init()
52 mpp_type =MPP_VIDEO_CodingHEVC; in Init()
59 LOGD("mpi_dec_test decoder test start mpp_type %d ", mpp_type); in Init()
70 ret = mpp_init(mpp_ctx, MPP_CTX_DEC, mpp_type); in Init()
H A Dmpp_decoder.h52 MppCodingType mpp_type; variable
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppenc.h88 MppCodingType mpp_type; member
107 gboolean gst_mpp_enc_supported (MppCodingType mpp_type);
H A Dgstmppvideodec.c179 mppdec->mpp_type = gst_mpp_video_dec_get_mpp_type (structure); in gst_mpp_video_dec_set_format()
180 g_return_val_if_fail (mppdec->mpp_type != MPP_VIDEO_CodingUnused, FALSE); in gst_mpp_video_dec_set_format()
183 if (mppdec->mpp_type == MPP_VIDEO_CodingAVC) { in gst_mpp_video_dec_set_format()
H A Dgstmppenc.c136 gst_mpp_enc_supported (MppCodingType mpp_type) in gst_mpp_enc_supported() argument
144 if (mpp_init (mpp_ctx, MPP_CTX_ENC, mpp_type)) { in gst_mpp_enc_supported()
513 if (mpp_init (self->mpp_ctx, MPP_CTX_ENC, self->mpp_type)) in gst_mpp_enc_start()
674 if (self->mpp_type != MPP_VIDEO_CodingAVC && in gst_mpp_enc_set_format()
675 self->mpp_type != MPP_VIDEO_CodingHEVC) { in gst_mpp_enc_set_format()
1099 self->mpp_type = MPP_VIDEO_CodingUnused; in gst_mpp_enc_init()
H A Dgstmppdec.h88 MppCodingType mpp_type; member
H A Dgstmppjpegenc.c166 self->parent.mpp_type = MPP_VIDEO_CodingMJPEG; in gst_mpp_jpeg_enc_init()
H A Dgstmppvp8enc.c196 self->parent.mpp_type = MPP_VIDEO_CodingVP8; in gst_mpp_vp8_enc_init()
H A Dgstmppdec.c255 self->mpp_type = MPP_VIDEO_CodingUnused; in gst_mpp_dec_start()
351 if (self->mpp_type == MPP_VIDEO_CodingMPEG2) in gst_mpp_dec_set_format()
370 if (mpp_init (self->mpp_ctx, MPP_CTX_DEC, self->mpp_type)) { in gst_mpp_dec_set_format()
H A Dgstmpph265enc.c246 self->parent.mpp_type = MPP_VIDEO_CodingHEVC; in gst_mpp_h265_enc_init()
H A Dgstmpph264enc.c357 self->parent.mpp_type = MPP_VIDEO_CodingAVC; in gst_mpp_h264_enc_init()
H A Dgstmppjpegdec.c200 mppdec->mpp_type = MPP_VIDEO_CodingMJPEG; in gst_mpp_jpeg_dec_start()