HomeSort by relevance Sort by last modified time
    Searched defs:FrameFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 29 public class FrameFormat {
64 protected FrameFormat() {
67 public FrameFormat(int baseType, int target) {
73 public static FrameFormat unspecified() {
74 return new FrameFormat(TYPE_UNSPECIFIED, TARGET_UNSPECIFIED);
117 "FrameFormat meta-key '" + key + "' is of type " +
176 if (!(object instanceof FrameFormat)) {
180 FrameFormat format = (FrameFormat)object;
193 public boolean isCompatibleWith(FrameFormat specification)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 293 DXVAHD_FRAME_FORMAT FrameFormat;

Completed in 670 milliseconds