OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUV_420
(Results
1 - 3
of
3
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java
30
public static ChromaFormat
YUV_420
= new ChromaFormat(1, 2, 2);
47
} else if (id ==
YUV_420
.id) {
48
return
YUV_420
;
SeqParameterSet.java
114
sps.chroma_format_idc = ChromaFormat.
YUV_420
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
120
YUV_420
,
300
return
YUV_420
;
[
all
...]
Completed in 365 milliseconds