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
743
bool VideoFrame::
IsValidPlane
(size_t plane, VideoFrame::Format format) {
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_))
video_frame.h
324
static bool
IsValidPlane
(size_t plane, VideoFrame::Format format);
Completed in 60 milliseconds