#include "avformat.h"
#include "internal.h"
#include "mpeg.h"
Go to the source code of this file.
◆ PVA_MAX_PAYLOAD_LENGTH
      
        
          | #define PVA_MAX_PAYLOAD_LENGTH   0x17f8 | 
      
 
Definition at line 26 of file pva.c.
 
 
◆ PVA_VIDEO_PAYLOAD
      
        
          | #define PVA_VIDEO_PAYLOAD   0x01 | 
      
 
Definition at line 27 of file pva.c.
 
 
◆ PVA_AUDIO_PAYLOAD
      
        
          | #define PVA_AUDIO_PAYLOAD   0x02 | 
      
 
Definition at line 28 of file pva.c.
 
 
◆ PVA_MAGIC
      
        
          | #define PVA_MAGIC   (('A' << 8) + 'V') | 
      
 
Definition at line 29 of file pva.c.
 
 
◆ pva_log
Definition at line 80 of file pva.c.
 
 
◆ pva_check()
◆ pva_probe()
Definition at line 43 of file pva.c.
 
 
◆ pva_read_header()
Definition at line 57 of file pva.c.
 
 
◆ read_part_of_packet()
◆ pva_read_packet()
◆ pva_read_timestamp()
  
  | 
        
          | static int64_t pva_read_timestamp | ( | struct AVFormatContext * | s, |  
          |  |  | int | stream_index, |  
          |  |  | int64_t * | pos, |  
          |  |  | int64_t | pos_limit |  
          |  | ) |  |  |  | static | 
 
 
◆ ff_pva_demuxer
Initial value:
Definition at line 230 of file pva.c.