Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h85 CHROMA_SUBSAMPLING_YUV_420, enumerator
134 chroma_subsampling chroma = CHROMA_SUBSAMPLING_YUV_420,
/frameworks/av/media/libmedia/
DMediaProfiles.cpp98 {"yuv 4:2:0", CHROMA_SUBSAMPLING_YUV_420},
278 *chroma = CHROMA_SUBSAMPLING_YUV_420; in detectAdvancedVideoProfile()
427 chroma_subsampling chroma = CHROMA_SUBSAMPLING_YUV_420; in createVideoCodec()
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp262 || vc->getChromaSubsampling() != CHROMA_SUBSAMPLING_YUV_420 in android_media_MediaProfiles_native_get_camcorder_profiles()