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

  /external/chromium_org/third_party/libvpx/source/libvpx/
ivfdec.c 40 int file_is_ivf(struct VpxInputContext *input_ctx) {
44 if (fread(raw_hdr, 1, 32, input_ctx->file) == 32) {
53 input_ctx->fourcc = mem_get_le32(raw_hdr + 8);
54 input_ctx->width = mem_get_le16(raw_hdr + 12);
55 input_ctx->height = mem_get_le16(raw_hdr + 14);
56 input_ctx->framerate.numerator = mem_get_le32(raw_hdr + 16);
57 input_ctx->framerate.denominator = mem_get_le32(raw_hdr + 20);
58 fix_framerate(&input_ctx->framerate.numerator,
59 &input_ctx->framerate.denominator);
64 rewind(input_ctx->file)
    [all...]
tools_common.c 81 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) {
82 FILE *f = input_ctx->file;
83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect;
tools_common.h 117 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
vpxenc.c 99 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
100 FILE *f = input_ctx->file;
101 y4m_input *y4m = &input_ctx->y4m;
104 if (input_ctx->file_type == FILE_TYPE_Y4M) {
108 shortread = read_yuv_frame(input_ctx, img);
    [all...]
  /external/libvpx/libvpx/
ivfdec.c 40 int file_is_ivf(struct VpxInputContext *input_ctx) {
44 if (fread(raw_hdr, 1, 32, input_ctx->file) == 32) {
53 input_ctx->fourcc = mem_get_le32(raw_hdr + 8);
54 input_ctx->width = mem_get_le16(raw_hdr + 12);
55 input_ctx->height = mem_get_le16(raw_hdr + 14);
56 input_ctx->framerate.numerator = mem_get_le32(raw_hdr + 16);
57 input_ctx->framerate.denominator = mem_get_le32(raw_hdr + 20);
58 fix_framerate(&input_ctx->framerate.numerator,
59 &input_ctx->framerate.denominator);
64 rewind(input_ctx->file)
    [all...]
tools_common.c 81 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) {
82 FILE *f = input_ctx->file;
83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect;
tools_common.h 123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
vpxenc.c 97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
98 FILE *f = input_ctx->file;
99 y4m_input *y4m = &input_ctx->y4m;
102 if (input_ctx->file_type == FILE_TYPE_Y4M) {
106 shortread = read_yuv_frame(input_ctx, img);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfdec.c 40 int file_is_ivf(struct VpxInputContext *input_ctx) {
44 if (fread(raw_hdr, 1, 32, input_ctx->file) == 32) {
53 input_ctx->fourcc = mem_get_le32(raw_hdr + 8);
54 input_ctx->width = mem_get_le16(raw_hdr + 12);
55 input_ctx->height = mem_get_le16(raw_hdr + 14);
56 input_ctx->framerate.numerator = mem_get_le32(raw_hdr + 16);
57 input_ctx->framerate.denominator = mem_get_le32(raw_hdr + 20);
58 fix_framerate(&input_ctx->framerate.numerator,
59 &input_ctx->framerate.denominator);
64 rewind(input_ctx->file)
    [all...]
tools_common.c 81 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) {
82 FILE *f = input_ctx->file;
83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect;
tools_common.h 123 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame);
vpxenc.c 97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
98 FILE *f = input_ctx->file;
99 y4m_input *y4m = &input_ctx->y4m;
102 if (input_ctx->file_type == FILE_TYPE_Y4M) {
106 shortread = read_yuv_frame(input_ctx, img);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_spatial_svc_encoder.c 105 struct VpxInputContext input_ctx; member in struct:__anon16617
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 105 struct VpxInputContext input_ctx; member in struct:__anon28570
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 105 struct VpxInputContext input_ctx; member in struct:__anon39661

Completed in 983 milliseconds