OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AspectRatio
(Results
1 - 2
of
2
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
AspectRatio.java
30
public class
AspectRatio
{
32
public static final
AspectRatio
Extended_SAR = new
AspectRatio
(255);
36
private
AspectRatio
(int value) {
40
public static
AspectRatio
fromValue(int value) {
44
return new
AspectRatio
(value);
/external/skia/src/sfnt/
SkPanose.h
262
struct
AspectRatio
{
Completed in 691 milliseconds