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

  /frameworks/av/media/libstagefright/id3/
ID3.cpp 817 uint8_t picType = data[1 + mimeLen];
819 if (picType != 0x03) {
845 uint8_t picType = data[4];
846 if (picType != 0x03) {
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 908 uint32_t picType;
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/
avcint_common.h 493 AVCPictureType picType; /* frame, top-field or bot-field */
    [all...]

Completed in 185 milliseconds