Home
last modified time | relevance | path

Searched refs:kKeySARHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h38 kKeySARHeight = 'sarH', // int32_t, sampleAspectRatio height enumerator
/frameworks/av/media/libstagefright/
DMetaDataUtils.cpp53 meta.setInt32(kKeySARHeight, sarHeight); in MakeAVCCodecSpecificData()
DFrameDecoder.cpp63 && trackMeta->findInt32(kKeySARHeight, &sarHeight) in allocVideoFrame()
DUtils.cpp925 && meta->findInt32(kKeySARHeight, &sarHeight)) { in convertMetaDataToMessage()
1660 meta->setInt32(kKeySARHeight, sarHeight); in convertMessageToMetaData()