Lines Matching refs:meta
675 MppMeta meta = NULL; in enc_test_input() local
758 meta = mpp_frame_get_meta(frame); in enc_test_input()
768 mpp_meta_set_ptr(meta, KEY_USER_DATA, &user_data); in enc_test_input()
790 mpp_meta_set_ptr(meta, KEY_USER_DATAS, &data_group); in enc_test_input()
810 mpp_meta_set_ptr(meta, KEY_OSD_DATA, (void*)&p->osd_data); in enc_test_input()
838 mpp_enc_roi_setup_meta(p->roi_ctx, meta); in enc_test_input()
938 MppMeta meta = mpp_packet_get_meta(packet); in enc_test_output() local
944 if (MPP_OK == mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id)) in enc_test_output()
948 if (MPP_OK == mpp_meta_get_s32(meta, KEY_LONG_REF_IDX, <_idx)) in enc_test_output()
952 if (MPP_OK == mpp_meta_get_s32(meta, KEY_ENC_AVERAGE_QP, &avg_qp)) in enc_test_output()
956 if (MPP_OK == mpp_meta_get_frame(meta, KEY_INPUT_FRAME, &frm)) { in enc_test_output()