| 
    FFmpeg
    
   | 
 
#include "bsf.h"#include "bsf_internal.h"#include "libavutil/avassert.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | PCMContext | 
Macros | |
| #define | OFFSET(x) offsetof(PCMContext, x) | 
| #define | FLAGS (AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_BSF_PARAM) | 
Functions | |
| static int | init (AVBSFContext *ctx) | 
| static void | uninit (AVBSFContext *ctx) | 
| static void | flush (AVBSFContext *ctx) | 
| static int | send_packet (PCMContext *s, int nb_samples, AVPacket *pkt) | 
| static void | drain_packet (AVPacket *pkt, int drain_data, int drain_samples) | 
| static int | get_next_nb_samples (AVBSFContext *ctx) | 
| static void | set_silence (AVCodecParameters *par, uint8_t *buf, size_t size) | 
| static int | rechunk_filter (AVBSFContext *ctx, AVPacket *pkt) | 
Variables | |
| static const AVOption | options [] | 
| static const AVClass | pcm_rechunk_class | 
| static enum AVCodecID | codec_ids [] | 
| const FFBitStreamFilter | ff_pcm_rechunk_bsf | 
| #define OFFSET | ( | x | ) | offsetof(PCMContext, x) | 
Definition at line 188 of file pcm_rechunk.c.
| #define FLAGS (AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_BSF_PARAM) | 
Definition at line 189 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 39 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 68 of file pcm_rechunk.c.
Referenced by ff_hwaccel_uninit(), and ff_vdpau_common_reinit().
      
  | 
  static | 
Definition at line 75 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 83 of file pcm_rechunk.c.
Referenced by rechunk_filter().
      
  | 
  static | 
Definition at line 90 of file pcm_rechunk.c.
Referenced by rechunk_filter().
      
  | 
  static | 
Definition at line 100 of file pcm_rechunk.c.
Referenced by rechunk_filter().
      
  | 
  static | 
Definition at line 111 of file pcm_rechunk.c.
Referenced by rechunk_filter().
      
  | 
  static | 
Definition at line 123 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 190 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 200 of file pcm_rechunk.c.
      
  | 
  static | 
Definition at line 207 of file pcm_rechunk.c.
| const FFBitStreamFilter ff_pcm_rechunk_bsf | 
Definition at line 232 of file pcm_rechunk.c.
 1.8.17