HomeSort by relevance Sort by last modified time
    Searched refs:IsValidPlane (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
video_frame.cc 347 bool VideoFrame::IsValidPlane(size_t plane) const {
352 DCHECK(IsValidPlane(plane));
357 DCHECK(IsValidPlane(plane));
386 DCHECK(IsValidPlane(plane));
413 DCHECK(IsValidPlane(plane));
438 if (!IsValidPlane(plane))
video_frame.h 254 bool IsValidPlane(size_t plane) const;

Completed in 6441 milliseconds