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

  /frameworks/av/include/media/stagefright/
MetaData.h 39 kKeySARHeight = 'sarH', // int32_t, sampleAspectRatio height
  /frameworks/av/media/libstagefright/
Utils.cpp 125 && meta->findInt32(kKeySARHeight, &sarHeight)) {
582 meta->setInt32(kKeySARHeight, sarHeight);
StagefrightMetadataRetriever.cpp 373 && trackMeta->findInt32(kKeySARHeight, &sarHeight)
avc_utils.cpp 400 meta->setInt32(kKeySARHeight, sarHeight);

Completed in 468 milliseconds