FFmpeg
|
Data Fields | |
const AVClass * | class |
URLContext * | hd |
uint8_t | inbuffer [BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t | outbuffer [BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t * | outptr |
int | indata |
int | indata_used |
int | outdata |
int64_t | position |
int | flags |
int | eof |
uint8_t * | key |
int | keylen |
uint8_t * | iv |
int | ivlen |
uint8_t * | decrypt_key |
int | decrypt_keylen |
uint8_t * | decrypt_iv |
int | decrypt_ivlen |
uint8_t * | encrypt_key |
int | encrypt_keylen |
uint8_t * | encrypt_iv |
int | encrypt_ivlen |
struct AVAES * | aes_decrypt |
struct AVAES * | aes_encrypt |
uint8_t * | write_buf |
unsigned int | write_buf_size |
uint8_t | pad [BLOCKSIZE] |
int | pad_len |
URLContext* CryptoContext::hd |
uint8_t CryptoContext::inbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t CryptoContext::outbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |