Uses of Class
com.twilight.h264.decoder.AVPacket

Packages that use AVPacket
com.twilight.h264.decoder   
 

Uses of AVPacket in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as AVPacket
 AVPacket MpegEncContext.pkt
          Current packet as passed into the decoder, to avoid having to pass the packet into every function.
 

Methods in com.twilight.h264.decoder with parameters of type AVPacket
 int MpegEncContext.avcodec_decode_video2(AVFrame picture, int[] got_picture_ptr, AVPacket avpkt)
           
 int H264Context.decode_frame(AVFrame data, int[] data_size, AVPacket avpkt)
           
 int H264Decoder.decode(MpegEncContext s, AVFrame outdata, int[] outdata_size, AVPacket avpkt)
           
 



Copyright © 2013. All Rights Reserved.