Lines Matching refs:meta
646 MppMeta meta = NULL; in setup_video_frame_meta() local
650 meta = mpp_frame_get_meta(mframe); in setup_video_frame_meta()
651 mpp_meta_get_s32(meta, KEY_DEC_TBN_Y_OFFSET, &yOffset); in setup_video_frame_meta()
652 mpp_meta_get_s32(meta, KEY_DEC_TBN_UV_OFFSET, &uvOffset); in setup_video_frame_meta()
663 MppMeta meta = NULL; in setup_video_frame_meta() local
667 meta = mpp_frame_get_meta(mframe); in setup_video_frame_meta()
668 mpp_meta_get_s32(meta, KEY_HDR_META_OFFSET, &offset); in setup_video_frame_meta()
669 mpp_meta_get_s32(meta, KEY_HDR_META_SIZE, &size); in setup_video_frame_meta()
1280 MppMeta meta = mpp_packet_get_meta(packet); in encode() local
1298 mpp_meta_get_s32(meta, KEY_OUTPUT_INTRA, &is_intra); in encode()
1460 MppMeta meta = mpp_frame_get_meta(frame); in encoder_sendframe() local
1462 vpu_api_mlvec_set_dy_cfg(mlvec, &mlvec_dy_cfg, meta); in encoder_sendframe()
1495 MppMeta meta = mpp_packet_get_meta(packet); in encoder_getstream() local
1510 mpp_meta_get_s32(meta, KEY_OUTPUT_INTRA, &is_intra); in encoder_getstream()