Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.h100 AString getFormatSpec(bool forM4Message = false) const;
DVideoFormats.cpp418 AString VideoFormats::getFormatSpec(bool forM4Message) const { in getFormatSpec() function in android::VideoFormats
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp638 body.append(chosenVideoFormat.getFormatSpec(true /* forM4Message */)); in sendM4()