Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c46 int depth, channels_nb; in fill_iplimage_from_frame() local
48 if (pixfmt == AV_PIX_FMT_GRAY8) { depth = IPL_DEPTH_8U; channels_nb = 1; } in fill_iplimage_from_frame()
49 else if (pixfmt == AV_PIX_FMT_BGRA) { depth = IPL_DEPTH_8U; channels_nb = 4; } in fill_iplimage_from_frame()
50 else if (pixfmt == AV_PIX_FMT_BGR24) { depth = IPL_DEPTH_8U; channels_nb = 3; } in fill_iplimage_from_frame()
53 tmpimg = cvCreateImageHeader((CvSize){frame->width, frame->height}, depth, channels_nb); in fill_iplimage_from_frame()

Completed in 2 milliseconds