Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c337 IV_COLOR_FORMAT_T e_chroma_format; in get_chroma_fmt() local
339 e_chroma_format = IV_YUV_420P; in get_chroma_fmt()
341 e_chroma_format = IV_YUV_422ILE; in get_chroma_fmt()
343 e_chroma_format = IV_RGB_565; in get_chroma_fmt()
345 e_chroma_format = IV_RGBA_8888; in get_chroma_fmt()
347 e_chroma_format = IV_YUV_420SP_UV; in get_chroma_fmt()
349 e_chroma_format = IV_YUV_420SP_VU; in get_chroma_fmt()
353 e_chroma_format = IV_YUV_420P; in get_chroma_fmt()
355 return e_chroma_format; in get_chroma_fmt()