HomeSort by relevance Sort by last modified time
    Searched refs:y4m_input (Results 1 - 3 of 3) sorted by null

  /external/libvpx/
y4minput.h 20 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input
25 typedef void (*y4m_convert_func)(y4m_input *_y4m,
30 struct y4m_input{ struct
56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip);
57 void y4m_input_close(y4m_input *_y4m);
58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
y4minput.c 17 static int y4m_parse_tags(y4m_input *_y4m,char *_tags){
175 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m,unsigned char *_dst,
239 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m,unsigned char *_dst,
391 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m,unsigned char *_dst,
458 static void y4m_convert_422_420jpeg(y4m_input *_y4m,unsigned char *_dst,
533 static void y4m_convert_411_420jpeg(y4m_input *_y4m,unsigned char *_dst,
596 static void y4m_convert_444_420jpeg(y4m_input *_y4m,unsigned char *_dst,
648 static void y4m_convert_mono_420jpeg(y4m_input *_y4m,unsigned char *_dst,
658 static void y4m_convert_null(y4m_input *_y4m,unsigned char *_dst,
662 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip)
    [all...]
vpxenc.c 275 y4m_input *y4m, struct detect_buffer *detect)
349 y4m_input *y4m,
    [all...]

Completed in 61 milliseconds