Searched refs:yuv_line_size (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiffenc.c68 unsigned int yuv_line_size; member in struct:TiffEncoderContext
339 av_fast_padded_malloc(&s->yuv_line, &s->yuv_line_size, bytes_per_row);
H A Dtiff.c72 unsigned int yuv_line_size; member in struct:TiffContext
433 av_fast_padded_malloc(&s->yuv_line, &s->yuv_line_size, bytes_per_row);
499 bytestream2_init_writer(&pb, dst, is_yuv ? s->yuv_line_size : (stride * lines));

Completed in 123 milliseconds