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

  /frameworks/av/media/libstagefright/id3/
ID3.cpp 767 uint8_t picType = data[1 + mimeLen];
769 if (picType != 0x03) {
795 uint8_t picType = data[4];
796 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...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 96 dpb->fs[num_fs]->frame.picType = AVC_FRAME;

Completed in 145 milliseconds