OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidPlane
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
video_frame.cc
424
bool VideoFrame::
IsValidPlane
(size_t plane) const {
429
DCHECK(
IsValidPlane
(plane));
434
DCHECK(
IsValidPlane
(plane));
460
DCHECK(
IsValidPlane
(plane));
486
DCHECK(
IsValidPlane
(plane));
506
if (!
IsValidPlane
(plane))
video_frame.h
266
bool
IsValidPlane
(size_t plane) const;
Completed in 27 milliseconds