copy.h File Reference

Go to the source code of this file.

Data Structures

struct  copy_cache_t

Defines

#define _VLC_AVCODEC_COPY_H   1

Functions

int CopyInitCache (copy_cache_t *cache, unsigned width)
void CopyCleanCache (copy_cache_t *cache)
void CopyFromNv12 (picture_t *dst, uint8_t *src[2], size_t src_pitch[2], unsigned width, unsigned height, copy_cache_t *cache)
void CopyFromYv12 (picture_t *dst, uint8_t *src[3], size_t src_pitch[3], unsigned width, unsigned height, copy_cache_t *cache)


Define Documentation

#define _VLC_AVCODEC_COPY_H   1


Function Documentation

void CopyCleanCache ( copy_cache_t cache  ) 

void CopyFromNv12 ( picture_t dst,
uint8_t *  src[2],
size_t  src_pitch[2],
unsigned  width,
unsigned  height,
copy_cache_t cache 
)

void CopyFromYv12 ( picture_t dst,
uint8_t *  src[3],
size_t  src_pitch[3],
unsigned  width,
unsigned  height,
copy_cache_t cache 
)

int CopyInitCache ( copy_cache_t cache,
unsigned  width 
)


Generated on Tue May 25 08:05:11 2010 for VLC by  doxygen 1.5.6