Searched refs:y4m_input (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.h | 26 typedef struct y4m_input y4m_input; typedef 31 typedef void (*y4m_convert_func)(y4m_input *_y4m, 36 struct y4m_input { struct 65 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument 67 void y4m_input_close(y4m_input *_y4m); 68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
D | y4minput.c | 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { in y4m_parse_tags() 215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() 277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() 431 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422jpeg_420jpeg() 496 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422_420jpeg() 568 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_411_420jpeg() 631 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_444_420jpeg() 683 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_mono_420jpeg() 694 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_null() 701 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() [all …]
|
D | tools_common.h | 100 y4m_input y4m;
|
D | vpxenc.c | 104 y4m_input *y4m = &input_ctx->y4m; in read_frame()
|
/external/libvpx/libvpx/test/ |
D | y4m_video_source.h | 110 y4m_ = y4m_input(); in CloseSource() 125 y4m_input y4m_;
|