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

/external/chromium_org/media/base/
H A Dvideo_frame.cc743 bool VideoFrame::IsValidPlane(size_t plane, VideoFrame::Format format) { function in class:media::VideoFrame
748 DCHECK(IsValidPlane(plane, format_));
755 DCHECK(IsValidPlane(plane, format));
820 DCHECK(IsValidPlane(plane, format));
885 DCHECK(IsValidPlane(plane, format_));
923 if (!IsValidPlane(plane, format_))
H A Dvideo_frame.h324 static bool IsValidPlane(size_t plane, VideoFrame::Format format);

Completed in 130 milliseconds