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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c2189 vpx_image_t *frame_to_encode; local
2200 frame_to_encode = &raw_shift;
2202 frame_to_encode = &raw;
2206 assert(frame_to_encode->fmt & VPX_IMG_FMT_HIGHBITDEPTH);
2210 frame_avail ? frame_to_encode : NULL,
2216 assert((frame_to_encode->fmt & VPX_IMG_FMT_HIGHBITDEPTH) == 0);
2218 frame_avail ? frame_to_encode : NULL,

Completed in 87 milliseconds