Home
last modified time | relevance | path

Searched defs:profile (Results 201 - 225 of 611) sorted by relevance

12345678910>>...25

/third_party/libinput/tools/
H A Dshared.h123 enum libinput_config_accel_profile profile; member
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc272 auto profile = new v8::internal::AllocationProfile(); in GetAllocationProfile() local
210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) TranslateAllocationNode() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c462 d3d12_convert_pipe_video_profile_to_dxgi_format(enum pipe_video_profile profile) in d3d12_convert_pipe_video_profile_to_dxgi_format() argument
H A Dd3d12_video_dec_h264.cpp322 d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264( uint32_t frameNum, pipe_video_profile profile, uint32_t decodeWidth, uint32_t decodeHeight, pipe_h264_picture_desc *pPipeDesc) d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c541 static int si_get_video_param_no_video_hw(struct pipe_screen *screen, enum pipe_video_profile profile, in si_get_video_param_no_video_hw() argument
568 static int si_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, in si_get_video_param() argument
782 si_vid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) si_vid_is_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c107 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_video_buffer_is_format_supported() argument
H A Dvl_stubs.c14 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_profile_supported() argument
23 vl_level_supported(struct pipe_screen *screen, enum pipe_video_profile profile) vl_level_supported() argument
50 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_video_buffer_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c466 r300_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) r300_get_video_param() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-port-available.c65 static bool profile_good_for_output(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_output() argument
100 static bool profile_good_for_input(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_input() argument
136 pa_card_profile *best_profile = NULL, *profile; try_to_switch_profile() local
370 pa_card_profile *profile, *best_profile; find_best_profile() local
387 card_profile_available_hook_callback(pa_core *c, pa_card_profile *profile, struct userdata *u) card_profile_available_hook_callback() argument
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-policy.c146 pa_card_profile *profile; in card_set_profile() local
329 pa_card_profile *profile; find_best_profile() local
345 profile_available_hook_callback(pa_core *c, pa_card_profile *profile, void *userdata) profile_available_hook_callback() argument
399 pa_card_profile *profile; handle_all_profiles() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card-profile.c45 pa_card_profile *profile; member
202 pa_dbusiface_card_profile_new( pa_dbusiface_card *card, pa_core *core, pa_card_profile *profile, uint32_t idx) pa_dbusiface_card_profile_new() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcard.c150 pa_card_profile *profile; in pa_card_new() local
210 pa_card_profile *profile; in pa_card_choose_initial_profile() local
297 pa_card_add_profile(pa_card *c, pa_card_profile *profile) pa_card_add_profile() argument
350 pa_card_set_profile(pa_card *c, pa_card_profile *profile, bool save) pa_card_set_profile() argument
[all...]
/third_party/openGLES/xml/
H A Dgenglvnd.py19 profile = False variable
45 profile = True variable
[all...]
H A Dgenheaders.py19 profile = False variable
524 profile = True global() variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.cpp206 compileToBinary(d3d::Context *context, gl::InfoLog &infoLog, const std::string &hlsl, const std::string &profile, const std::vector<CompileConfig> &configs, const D3D_SHADER_MACRO *overrideMacros, ID3DBlob **outCompiledBlob, std::string *outDebugInfo) compileToBinary() argument
/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp46 static bool is_wide_gamut(const skcms_ICCProfile& profile) { in is_wide_gamut() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp464 std::string SwiftConfig::profile() in profile() function in sw::SwiftConfig
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpngdec.c97 static int ProcessRawProfile(const char* profile, size_t profile_len, in ProcessRawProfile() argument
200 png_bytep profile; ExtractMetadataFromPNG() local
202 png_charp profile; ExtractMetadataFromPNG() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dsyntax_enc.c115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) PutVP8FrameHeader() argument
/third_party/skia/tests/
H A DColorSpaceTest.cpp332 skcms_ICCProfile profile; DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py30 profile = False variable
56 profile = True variable
[all...]
H A Dgenheaders.py30 profile = False variable
56 profile = True variable
[all...]
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py30 profile = False variable
56 profile = True variable
[all...]
/third_party/skia/include/private/
H A DSkEncodedInfo.h24 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function in SkEncodedInfo::ICCProfile
181 const skcms_ICCProfile* profile() const { in profile() function
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.hpp79 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() argument
116 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() argument
170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() argument
[all...]

Completed in 18 milliseconds

12345678910>>...25