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

  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 73 static int32_t GetInt32Property(const char *propName, int32_t defaultValue);
Converter.cpp 127 int32_t Converter::GetInt32Property(
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(
PlaybackSession.cpp 683 Converter::GetInt32Property("media.wfd.video-bitrate", -1);
716 Converter::GetInt32Property(

Completed in 191 milliseconds