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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsmgmt.h 78 VSS_VOLUME_PROP Vol;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 49 /* Syntax elements copied from VOL (standard) */
76 Int volID; /* VOL identifier (for tracking) */
79 Int timeIncrementResolution; /* VOL time increment */
88 /* VOL Dimensions */
93 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */
94 Int useReverseVLC; /* VOL reversible VLCs */
95 Int dataPartitioning; /* VOL data partitioning */
109 Int scalability; /* VOL scalability (flag) */
112 Int refVolID; /* VOL id of reference VOL */
323 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoEncData
    [all...]

Completed in 123 milliseconds