Home
last modified time | relevance | path

Searched refs:kKeySliceHeight (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h48 kKeySliceHeight = 'slht', // int32_t enumerator
/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp593 mMeta->setInt32(kKeySliceHeight, mVideoSize.height); in initWithCameraAccess()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1984 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight)); in setupVideoEncoder()