HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 151 - 175 of 872) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 37 unsigned int profile; member in struct:__anon26055::__anon26056
53 // Add list of profile 2/3 test videos here ...
187 cfg_.g_profile = test_video_param_.profile;
  /external/libxaac/decoder/
ixheaacd_info.h 83 WORD32 profile; member in struct:__anon26562
  /external/libxml2/
runxmlconf.c 442 xmlChar *profile; local
448 profile = xmlGetProp(cur, BAD_CAST "PROFILE");
449 if (profile != NULL) {
452 printf("Test cases: %s\n", (char *) profile);
453 xmlFree(profile);
481 xmlChar *profile; local
484 profile = xmlGetProp(cur, BAD_CAST "PROFILE");
485 if (profile != NULL)
    [all...]
  /external/mesa3d/src/glx/
dri_common.c 471 uint32_t profile; local
503 profile = attribs[i * 2 + 1];
534 switch (profile) {
  /external/perf_data_converter/src/
perf_data_converter_test.cc 8 // Tests converting perf.data files to sets of Profile
45 const auto& profile = pp->data; local
48 if (profile.mapping_size() <= 0) {
49 std::cerr << "Invalid mapping size: " << profile.mapping_size()
53 const Mapping& main = profile.mapping(0);
54 for (const auto& mapping : profile.mapping()) {
57 for (const auto& location : profile.location()) {
60 for (int i = 0; i < profile.sample_size(); ++i) {
61 const auto& sample = profile.sample(i);
70 key_stream << profile.string_table(main.filename()) << ":
302 const auto& profile = pps[0]->data; local
    [all...]
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 103 // This function creates a profile of a blurred circle. It does this by computing a kernel for
107 // the size of the profile being computed. Then for each of the n profile entries we walk out k
109 // kernel entry and sum these values to compute the profile entry.
119 // Number of x steps at which to apply kernel in y to cover all the profile samples in x.
147 uint8_t* profile = new uint8_t[profileWidth]; local
152 // Populate the profile from the right edge to the middle.
156 profile[profileWidth - i - 1] = SkUnitScalarClampToByte(sum);
158 // Populate the profile from the middle to the left edge (by flipping the half kernel and
162 profile[halfKernelSize - i - 1] = SkUnitScalarClampToByte(sum)
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 81 char profile[2]; local
82 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1, &major, &minor);
138 n = sscanf(versionString, "%d.%d (Core Profile) Mesa %d.%d",
213 char profile[2]; local
214 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
  /external/skqp/src/effects/
GrCircleBlurFragmentProcessor.cpp 103 // This function creates a profile of a blurred circle. It does this by computing a kernel for
107 // the size of the profile being computed. Then for each of the n profile entries we walk out k
109 // kernel entry and sum these values to compute the profile entry.
119 // Number of x steps at which to apply kernel in y to cover all the profile samples in x.
147 uint8_t* profile = new uint8_t[profileWidth]; local
152 // Populate the profile from the right edge to the middle.
156 profile[profileWidth - i - 1] = SkUnitScalarClampToByte(sum);
158 // Populate the profile from the middle to the left edge (by flipping the half kernel and
162 profile[halfKernelSize - i - 1] = SkUnitScalarClampToByte(sum)
    [all...]
  /external/skqp/src/gpu/gl/
GrGLUtil.cpp 81 char profile[2]; local
82 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1, &major, &minor);
138 n = sscanf(versionString, "%d.%d (Core Profile) Mesa %d.%d",
213 char profile[2]; local
214 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
  /external/swiftshader/src/Main/
SwiftConfig.cpp 221 else if(match(&request, "/profile "))
223 return send(clientSocket, OK, profile());
251 html += "xhr.open('POST', '/swiftshader/profile', true);\n";
256 html += "document.getElementById('profile').innerHTML = xhr.responseText;\n";
265 html += "<div id='profile'>" + profile() + "</div>\n";
463 std::string SwiftConfig::profile() function in class:sw::SwiftConfig
495 html += "<div id='profile' style='position:relative; width:1010px; height:50px; background-color:silver;'>";
    [all...]
  /external/v4l2_codec2/vda/
v4l2_device.cc 83 uint32_t V4L2Device::VideoCodecProfileToV4L2PixFmt(VideoCodecProfile profile,
85 if (profile >= H264PROFILE_MIN && profile <= H264PROFILE_MAX) {
90 } else if (profile >= VP8PROFILE_MIN && profile <= VP8PROFILE_MAX) {
95 } else if (profile >= VP9PROFILE_MIN && profile <= VP9PROFILE_MAX) {
144 for (int profile = min_profile; profile <= max_profile; ++profile)
373 VideoDecodeAccelerator::SupportedProfile profile; local
    [all...]
video_decode_accelerator.h 32 // Specification of a decoding profile supported by an decoder.
37 VideoCodecProfile profile; member in struct:media::VideoDecodeAccelerator::SupportedProfile
126 explicit Config(VideoCodecProfile profile);
132 // The video codec and profile.
133 VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN; member in struct:media::VideoDecodeAccelerator::Config
vp9_uncompressed_header_parser.cc 625 uint8_t profile = 0; local
629 profile |= 1;
631 profile |= 2;
632 if (profile > 2 && reader_.ReadBool())
633 profile += 1;
634 return profile;
649 if (fhdr->profile == 2 || fhdr->profile == 3) {
658 if (fhdr->profile == 1 || fhdr->profile == 3)
    [all...]
  /external/v8/src/profiler/
sampling-heap-profiler.cc 211 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
242 profile->nodes().push_back(v8::AllocationProfile::Node(
247 v8::AllocationProfile::Node* current = &profile->nodes().back();
254 TranslateAllocationNode(profile, it.second, scripts));
274 auto profile = new v8::internal::AllocationProfile(); local
275 TranslateAllocationNode(profile, &profile_root_, scripts);
276 return profile;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 52 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n");
175 int profile = -1; // Encoder specific default local
237 profile = atoi(optarg);
298 if (profile != -1) {
299 enc_meta->setInt32("profile", profile);
  /frameworks/av/media/extractors/aac/
AACExtractor.cpp 141 uint8_t profile, sf_index, channel, header[2]; local
146 profile = (header[0] >> 6) & 0x3;
154 MakeAACCodecSpecificData(mMeta, profile, sf_index, channel);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h 139 ssize_t add(const sp<AudioProfile> &profile)
141 ssize_t index = Vector::add(profile);
152 // for a profile with dynamic format, rate and channels attributes
155 // Check valid profile to add:
173 // Go through the list of profile to avoid duplicates
175 const sp<AudioProfile> &profile = itemAt(profileIndex); local
176 if (profile->isValid() && profile == profileToAdd) {
234 sp<AudioProfile> profile = itemAt(i); local
235 if (profile->getFormat() == format && profile->isDynamicChannels())
245 sp<AudioProfile> profile = itemAt(i); local
262 sp<AudioProfile> profile = new AudioProfile(formats[i], local
275 sp<AudioProfile> profile = itemAt(--i); local
302 sp<AudioProfile> profile = itemAt(i); local
321 sp<AudioProfile> profile = itemAt(i); local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 155 sp<IOProfile> profile = new IOProfile(String8(root->name), role); local
179 profile->setSupportedDevices(devices);
182 profile->setFlags(InputFlagConverter::maskFromString(node->value));
184 profile->setFlags(OutputFlagConverter::maskFromString(node->value));
187 loadAudioPortGains(node, *profile);
199 // For compatibility reason, for each format, creates a profile with the same
208 profile->setAudioProfiles(audioProfiles);
209 ALOGW_IF(!profile->hasSupportedDevices(), "load%s() invalid supported devices",
211 if (profile->hasSupportedDevices()) {
214 profile->getSupportedDevicesType(), profile->getFlags())
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 125 VpnProfile profile = new VpnProfile(key); local
126 profile.name = values[0];
127 profile.type = Integer.parseInt(values[1]);
128 if (profile.type < 0 || profile.type > TYPE_MAX) {
131 profile.server = values[2];
132 profile.username = values[3];
133 profile.password = values[4];
134 profile.dnsServers = values[5];
135 profile.searchDomains = values[6]
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
RestrictedLockUtilsTest.java 192 EnforcedAdmin profile = RestrictedLockUtils.checkIfKeyguardFeaturesDisabled( local
194 assertThat(profile).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
222 EnforcedAdmin profile = RestrictedLockUtils.checkIfKeyguardFeaturesDisabled( local
224 assertThat(profile).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
243 // because the parent doesn't share a lock screen with the profile any more.
249 EnforcedAdmin profile = RestrictedLockUtils.checkIfKeyguardFeaturesDisabled( local
251 assertThat(profile).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
280 // Profile should not get the policy.
281 EnforcedAdmin profile = RestrictedLockUtils.checkIfKeyguardFeaturesDisabled( local
283 assertThat(profile).isNull()
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 29 # profile - enable Python profiling
37 profile = False variable
61 elif (arg == '-profile'):
62 write('Enabling profiling (-profile)', file=sys.stderr)
63 profile = True variable
197 '/* glcorearb.h is for use with OpenGL core profile implementations.',
201 '** glcorearb.h includes only APIs in the latest OpenGL core profile',
203 '** can be supported by the core profile. It does not, and never will',
204 '** include functionality removed from the core profile, such as',
273 profile = 'compatibility'
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 36 * Defines a SIP profile, including a SIP account, domain and server information.
96 * Creates a builder based on the given profile.
98 public Builder(SipProfile profile) {
99 if (profile == null) throw new NullPointerException();
101 mProfile = (SipProfile) profile.clone();
106 mUri = profile.getUri();
107 mUri.setUserPassword(profile.getPassword());
108 mDisplayName = profile.getDisplayName();
109 mProxyAddress = profile.getProxyAddress();
110 mProfile.mPort = profile.getPort()
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 126 OMX_U32 profile; member in struct:OMXVideoEncoderAVC::ProfileLevelTable
  /hardware/intel/img/psb_video/src/
vsp_VPP.h 42 uint32_t profile; // ENTDEC BE_PROFILE & FE_PROFILE member in struct:context_VPP_s
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 232 struct venc_profile profile; local
284 ioctl_msg.in = &profile;
286 profile.profile = VEN_PROFILE_H264_BASELINE;
308 ioctl_msg.in = &profile;
310 profile.profile = VEN_PROFILE_H264_HIGH;

Completed in 550 milliseconds

1 2 3 4 5 67 8 91011>>