Searched defs:picType (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/id3/
H A DID3.cpp768 uint8_t picType = data[1 + mimeLen]; local
770 if (picType != 0x03) {
796 uint8_t picType = data[4];
797 if (picType != 0x03) {
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp908 uint32_t picType; local
918 picType = U32_AT(flac);
920 if (picType != 3) {
937 ALOGV("picType = %d, type = '%s'", picType, type);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h493 AVCPictureType picType; /* frame, top-field or bot-field */ member in struct:tagPictureData

Completed in 57 milliseconds