Searched refs:mpkt (Results 1 – 1 of 1) sorted by relevance
946 MppPacket mpkt = NULL; in decode_sendstream() local952 mpp_packet_init(&mpkt, pkt->data, pkt->size); in decode_sendstream()953 mpp_packet_set_pts(mpkt, pkt->pts); in decode_sendstream()955 mpp_packet_set_eos(mpkt); in decode_sendstream()961 ret = mpi->decode_put_packet(mpp_ctx, mpkt); in decode_sendstream()969 mpp_packet_deinit(&mpkt); in decode_sendstream()