OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h
26
// Common definition for video, including fourcc and
VideoFormat
101
// Definition of
VideoFormat
.
106
struct
VideoFormat
{
109
VideoFormat
() : width(0), height(0), interval(0), fourcc(0) {}
111
VideoFormat
(int w, int h, int64 interval_ns, uint32 cc)
118
VideoFormat
(const
VideoFormat
& format)
135
bool operator==(const
VideoFormat
& format) const {
140
bool operator!=(const
VideoFormat
& format) const {
144
bool operator<(const
VideoFormat
& format) const
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java
766
public final class
VideoFormat
{
[
all
...]
Completed in 3466 milliseconds