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

  /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 98 y4m_input y4m;
vpxenc.c 101 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);
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...]
tools_common.h 103 y4m_input y4m;
vpxenc.c 99 y4m_input *y4m = &input_ctx->y4m;
    [all...]
  /external/libvpx/libvpx/test/
y4m_video_source.h 97 y4m_ = y4m_input();
112 y4m_input y4m_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
y4m_video_source.h 91 y4m_ = y4m_input();
106 y4m_input y4m_;

Completed in 256 milliseconds