/external/libvpx/libvpx/ |
y4minput.h | 26 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input 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, 67 void y4m_input_close(y4m_input *_y4m); 68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
y4minput.c | 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { 215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, 277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, 431 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, 496 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, 568 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, 631 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, 683 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, 694 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, 701 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip [all...] |
tools_common.h | 100 y4m_input y4m;
|
vpxenc.c | 104 y4m_input *y4m = &input_ctx->y4m; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
y4minput.h | 26 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input 31 typedef void (*y4m_convert_func)(y4m_input *_y4m, 36 struct y4m_input { struct 64 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, 66 void y4m_input_close(y4m_input *_y4m); 67 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
tools_common.h | 103 y4m_input y4m;
|
y4minput.c | 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { 215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, 277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, 431 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, 496 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, 568 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, 631 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, 683 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, 693 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, 697 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip [all...] |
vpxenc.c | 99 y4m_input *y4m = &input_ctx->y4m; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
y4m_video_source.h | 91 y4m_ = y4m_input(); 106 y4m_input y4m_;
|
/external/libvpx/libvpx/test/ |
y4m_video_source.h | 110 y4m_ = y4m_input(); 125 y4m_input y4m_;
|