Lines Matching refs:meta
791 MppMeta meta = NULL; in test_mpp_run() local
860 meta = mpp_frame_get_meta(frame); in test_mpp_run()
864 mpp_meta_set_packet(meta, KEY_OUTPUT_PACKET, packet); in test_mpp_run()
865 mpp_meta_set_buffer(meta, KEY_MOTION_INFO, p->md_info); in test_mpp_run()
875 mpp_meta_set_ptr(meta, KEY_USER_DATA, &user_data); in test_mpp_run()
897 mpp_meta_set_ptr(meta, KEY_USER_DATAS, &data_group); in test_mpp_run()
917 mpp_meta_set_ptr(meta, KEY_OSD_DATA3, (void*)&p->osd_data3); in test_mpp_run()
935 mpp_meta_set_ptr(meta, KEY_OSD_DATA, (void*)&p->osd_data); in test_mpp_run()
964 mpp_enc_roi_setup_meta(p->roi_ctx, meta); in test_mpp_run()
995 mpp_meta_set_ptr(meta, KEY_JPEG_ROI_DATA, (void*)&p->roi_jpeg_cfg); in test_mpp_run()
1064 meta = mpp_packet_get_meta(packet); in test_mpp_run()
1072 if (MPP_OK == mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &temporal_id)) in test_mpp_run()
1076 if (MPP_OK == mpp_meta_get_s32(meta, KEY_LONG_REF_IDX, <_idx)) in test_mpp_run()
1080 if (MPP_OK == mpp_meta_get_s32(meta, KEY_ENC_AVERAGE_QP, &avg_qp)) in test_mpp_run()
1084 if (MPP_OK == mpp_meta_get_s32(meta, KEY_ENC_BPS_RT, &bps_rt)) in test_mpp_run()
1088 if (MPP_OK == mpp_meta_get_s32(meta, KEY_ENC_USE_LTR, &use_lt_idx)) in test_mpp_run()
1091 if (MPP_OK == mpp_meta_get_s64(meta, KEY_ENC_SSE, &sse)) { in test_mpp_run()