Searched defs:updateIdTag (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp591 uint8_t updateIdTag; local
592 if (mDataSource->readAt(data_offset, &updateIdTag, 1) < 1) {
597 if (0x01/*OBJECT_DESCRIPTOR_UPDATE_ID_TAG*/ != updateIdTag) {
653 if (mDataSource->readAt(data_offset, &updateIdTag, 1) < 1) {
658 if(0x05/*IPMP_DESCRIPTOR_UPDATE_ID_TAG*/ != updateIdTag) {

Completed in 29 milliseconds