Searched defs:offset_for_top_to_bottom_field (Results 1 - 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java63 public int offset_for_top_to_bottom_field; field in class:SeqParameterSet
127 sps.offset_for_top_to_bottom_field = reader
128 .readSE("SPS: offset_for_top_to_bottom_field");
365 writer.writeSE(offset_for_top_to_bottom_field,
366 "SPS: offset_for_top_to_bottom_field");
541 ", \n offset_for_top_to_bottom_field=" + offset_for_top_to_bottom_field +
/external/chromium_org/content/common/gpu/media/
H A Dh264_parser.h71 int offset_for_top_to_bottom_field; member in struct:content::H264SPS

Completed in 47 milliseconds