Go to the source code of this file.
◆ SDS_3BYTE_TO_INT_DECODE
      
        
          | #define SDS_3BYTE_TO_INT_DECODE | 
          ( | 
            | 
          x | ) | 
             (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) | 
        
      
 
 
◆ sds_probe()
◆ byte2_read()
  
  
      
        
          | static void byte2_read  | 
          ( | 
          const uint8_t *  | 
          src,  | 
         
        
           | 
           | 
          uint32_t *  | 
          dst  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ byte3_read()
  
  
      
        
          | static void byte3_read  | 
          ( | 
          const uint8_t *  | 
          src,  | 
         
        
           | 
           | 
          uint32_t *  | 
          dst  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ byte4_read()
  
  
      
        
          | static void byte4_read  | 
          ( | 
          const uint8_t *  | 
          src,  | 
         
        
           | 
           | 
          uint32_t *  | 
          dst  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ sds_read_header()
◆ sds_read_packet()
◆ ff_sds_demuxer
Initial value:= {
    .name           = "sds",
    .extensions     = "sds",
}
 
Definition at line 156 of file sdsdec.c.