Searched refs:picType (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/examples/
H A Dpnmshow.c22 enum { BW, GRAY, TRUECOLOUR } picType=TRUECOLOUR; local
35 picType=TRUECOLOUR;
38 picType=GRAY;
41 picType=BW;
56 if(picType!=BW)
85 if(picType!=TRUECOLOUR) {
94 switch(picType) {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
H A DTrickPlayBox.java54 public void setPicType(int picType) { argument
56 value = (picType & 0x03) << 6 | value;
72 sb.append("{picType=").append(getPicType());

Completed in 123 milliseconds