Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DVideoPixelFormat.cpp235 ALOG_ASSERT(isValidPlane(plane, format)); in planeSize()
255 ALOG_ASSERT(isValidPlane(plane, format)); in planeHorizontalBitsPerPixel()
263 ALOG_ASSERT(isValidPlane(plane, format)); in planeBitsPerPixel()
268 ALOG_ASSERT(isValidPlane(format, plane)); in bytesPerElement()
313 bool isValidPlane(VideoPixelFormat format, size_t plane) { in isValidPlane() function
319 ALOG_ASSERT(isValidPlane(format, plane)); in SampleSize()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h82 bool isValidPlane(VideoPixelFormat format, size_t plane);