~ubuntu-branches/debian/experimental/gpac/experimental

« back to all changes in this revision

Viewing changes to regression_tests/bifs/bifs-bitmap-image-meter-metrics.bt

  • Committer: Package Import Robot
  • Author(s): Andres Mejia
  • Date: 2012-02-04 00:12:54 UTC
  • Revision ID: package-import@ubuntu.com-20120204001254-l7v7u4kc4m7cxcqn
Tags: upstream-0.4.5+svn3450~dfsg3
ImportĀ upstreamĀ versionĀ 0.4.5+svn3450~dfsg3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
InitialObjectDescriptor {
 
2
 objectDescriptorID 1
 
3
 audioProfileLevelIndication 255
 
4
 visualProfileLevelIndication 254
 
5
 sceneProfileLevelIndication 254
 
6
 graphicsProfileLevelIndication 254
 
7
 ODProfileLevelIndication 1
 
8
 esDescr [
 
9
  ES_Descriptor {
 
10
   ES_ID 1
 
11
   decConfigDescr DecoderConfigDescriptor {
 
12
    streamType 3
 
13
    decSpecificInfo BIFSConfig {
 
14
     isCommandStream true
 
15
     pixelWidth 400
 
16
     pixelHeight 300
 
17
    }
 
18
   }
 
19
  }
 
20
  ES_Descriptor {
 
21
   ES_ID 2
 
22
   decConfigDescr DecoderConfigDescriptor {
 
23
    streamType 1
 
24
   }
 
25
  }
 
26
 ]
 
27
}
 
28
 
 
29
OrderedGroup {
 
30
 children [
 
31
  Background2D {
 
32
   backColor 1 1 1
 
33
  }
 
34
  WorldInfo {
 
35
   info ["This shows dragable bitmap with scale 0.75 0.75" "in Meter Metrics" "" "GPAC Regression Tests" "$Date: 2007-07-27 09:46:08 $ - $Revision: 1.2 $" "(C) 2002-2004 GPAC Team"]
 
36
   title "Bitmap Test"
 
37
  }
 
38
  Transform2D {
 
39
   children [
 
40
    DEF TR Transform2D {
 
41
     children [
 
42
      Shape {
 
43
       appearance Appearance {
 
44
        texture ImageTexture {
 
45
         url [od:10]
 
46
        }
 
47
       }
 
48
       geometry Bitmap {
 
49
        scale 0.75 0.75
 
50
       }
 
51
      }
 
52
      DEF PS PlaneSensor2D {
 
53
       maxPosition 1 1
 
54
       minPosition -1 -1
 
55
      }
 
56
     ]
 
57
    }
 
58
   ]
 
59
  }
 
60
 ]
 
61
}
 
62
 
 
63
ROUTE PS.translation_changed TO TR.translation
 
64
 
 
65
AT 0 {
 
66
  UPDATE OD [
 
67
   ObjectDescriptor {
 
68
    objectDescriptorID 10
 
69
    esDescr [
 
70
     ES_Descriptor {
 
71
      ES_ID 20
 
72
      muxInfo MuxInfo {
 
73
       fileName "../auxiliary_files/sky.jpg"
 
74
      }
 
75
     }
 
76
    ]
 
77
   }
 
78
  ]
 
79
}
 
80