Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_image.h47 VPX_IMG_FMT_BGR24, /**< 24 bit per pixel packed BGR */ enumerator
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c46 case VPX_IMG_FMT_BGR24: bps = 24; break; in img_alloc_helper()