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

  /external/v4l2_codec2/
C2VDAAdaptor.cpp 132 media::VideoDecodeAccelerator::SupportedProfiles C2VDAAdaptor::GetSupportedProfiles(
134 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles;
142 supportedProfiles.push_back(profile);
145 return supportedProfiles;
C2VDAComponent.cpp 81 media::VideoDecodeAccelerator::SupportedProfiles supportedProfiles;
83 supportedProfiles = arc::C2VDAAdaptorProxy::GetSupportedProfiles(inputFormatFourcc);
85 supportedProfiles = C2VDAAdaptor::GetSupportedProfiles(inputFormatFourcc);
87 if (supportedProfiles.empty()) {
93 mCodecProfile = supportedProfiles[0].profile;
95 auto minSize = supportedProfiles[0].min_resolution;
96 auto maxSize = supportedProfiles[0].max_resolution;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]

Completed in 405 milliseconds