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

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 45 enum ProfileType {
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 28 WebInspector.ProfileType = function(id, name)
34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;
36 WebInspector.ProfileType.prototype = {
157 function clickHandler(profileType, buttonElement)
159 profileType.buttonClicked.call(profileType);
166 var profileType = this.getProfileType(typeId);
167 if (profileType.buttonStyle) {
168 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption)
    [all...]
ProfileView.js 576 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("CPU PROFILES"));
624 WebInspector.CPUProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
DetailedHeapshotView.js     [all...]
HeapSnapshotView.js     [all...]
inspector.js 623 const profileMatch = WebInspector.ProfileType.URLRegExp.exec(anchor.href);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 215 struct ProfileType
320 ProfileType m_sProfile;
    [all...]

Completed in 261 milliseconds