Home
last modified time | relevance | path

Searched refs:planes_nb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dv4l2_buffers.c377 int planes_nb = 0; in v4l2_buffer_swframe_to_buf() local
381 planes_nb = FFMAX(planes_nb, desc->comp[i].plane + 1); in v4l2_buffer_swframe_to_buf()
383 for (i = 0; i < planes_nb; i++) { in v4l2_buffer_swframe_to_buf()
/third_party/ffmpeg/libavutil/
Dimgutils.c400 int i, planes_nb = 0; in image_copy() local
403 planes_nb = FFMAX(planes_nb, desc->comp[i].plane + 1); in image_copy()
405 for (i = 0; i < planes_nb; i++) { in image_copy()