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