HomeSort by relevance Sort by last modified time
    Searched refs:picType (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/examples/
pnmshow.c 22 enum { BW, GRAY, TRUECOLOUR } picType=TRUECOLOUR;
35 picType=TRUECOLOUR;
38 picType=GRAY;
41 picType=BW;
56 if(picType!=BW)
85 if(picType!=TRUECOLOUR) {
94 switch(picType) {
  /frameworks/av/media/libmediaextractor/
VorbisComment.cpp 45 uint32_t picType;
55 picType = U32_AT(flac);
57 if (picType != 3) {
75 ALOGV("picType = %d, type = '%s'", picType, type);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
TrickPlayBox.java 54 public void setPicType(int picType) {
56 value = (picType & 0x03) << 6 | value;
72 sb.append("{picType=").append(getPicType());
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 915 uint8_t picType = data[consumed];
916 if (picType != 0x03) {
958 uint8_t picType = data[4];
959 if (picType != 0x03) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
olectl.h 98 UINT picType;

Completed in 226 milliseconds