Searched refs:GetInt32Property (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h73 static int32_t GetInt32Property(const char *propName, int32_t defaultValue);
H A DConverter.cpp127 int32_t Converter::GetInt32Property( function in class:android::Converter
161 int32_t audioBitrate = GetInt32Property("media.wfd.audio-bitrate", 128000);
162 int32_t videoBitrate = GetInt32Property("media.wfd.video-bitrate", 5000000);
715 int32_t videoBitrate = GetInt32Property(
H A DPlaybackSession.cpp683 Converter::GetInt32Property("media.wfd.video-bitrate", -1);
716 Converter::GetInt32Property(

Completed in 80 milliseconds