HomeSort by relevance Sort by last modified time
    Searched full:config_mask (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 143 auto config_mask = config->config_mask; local
144 if (config_mask & AUDIO_PORT_CONFIG_GAIN) {
145 config_mask &= ~AUDIO_PORT_CONFIG_GAIN;
151 if (config_mask != 0) {
404 localBackupConfig.config_mask = config->config_mask;
416 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
419 if (config->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
422 if (config->config_mask & AUDIO_PORT_CONFIG_FORMAT)
    [all...]
DeviceDescriptor.cpp 222 dstConfig->config_mask = AUDIO_PORT_CONFIG_GAIN;
224 dstConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE;
227 dstConfig->config_mask |= AUDIO_PORT_CONFIG_CHANNEL_MASK;
230 dstConfig->config_mask |= AUDIO_PORT_CONFIG_FORMAT;
234 dstConfig->config_mask |= srcConfig->config_mask;
AudioInputDescriptor.cpp 73 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
76 dstConfig->config_mask |= srcConfig->config_mask;
IOProfile.cpp 77 .config_mask = AUDIO_PORT_CONFIG_ALL & ~AUDIO_PORT_CONFIG_GAIN,
AudioOutputDescriptor.cpp 165 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
168 dstConfig->config_mask |= srcConfig->config_mask;
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 157 int config_mask; member in struct:copybit_context_t
616 // For A3xx - set 0x0 as the transform is set in the config_mask
757 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
764 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
771 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
798 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
800 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
806 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
811 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
818 uint32 config_mask = 0 local
    [all...]
c2d2.h 213 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
277 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
373 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 157 int config_mask; member in struct:copybit_context_t
622 // For A3xx - set 0x0 as the transform is set in the config_mask
763 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
770 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
777 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
804 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
806 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
812 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
817 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
824 uint32 config_mask = 0 local
    [all...]
c2d2.h 213 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
277 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
373 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 157 int config_mask; member in struct:copybit_context_t
627 // For A3xx - set 0x0 as the transform is set in the config_mask
770 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
777 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
784 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
811 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
813 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
819 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
824 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
831 uint32 config_mask = 0 local
    [all...]
c2d2.h 214 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
278 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
374 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit_c2d.cpp 157 int config_mask; member in struct:copybit_context_t
627 // For A3xx - set 0x0 as the transform is set in the config_mask
770 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
777 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
784 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
811 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
813 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
819 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
824 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
831 uint32 config_mask = 0 local
    [all...]
c2d2.h 214 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
278 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
374 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 159 int config_mask; member in struct:copybit_context_t
606 // For A3xx - set 0x0 as the transform is set in the config_mask
737 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
744 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
751 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
778 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
780 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
786 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
791 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
798 uint32 config_mask = 0 local
    [all...]
c2d2.h 213 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
277 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
373 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 156 int config_mask; member in struct:copybit_context_t
625 // For A3xx - set 0x0 as the transform is set in the config_mask
766 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
773 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
780 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
807 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
809 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
815 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
820 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
827 uint32 config_mask = 0 local
    [all...]
c2d2.h 213 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
277 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
373 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 157 int config_mask; member in struct:copybit_context_t
627 // For A3xx - set 0x0 as the transform is set in the config_mask
770 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
777 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
784 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
811 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
813 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
819 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
824 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
831 uint32 config_mask = 0 local
    [all...]
c2d2.h 214 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
278 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
374 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 155 int config_mask; member in struct:copybit_context_t
625 // For A3xx - set 0x0 as the transform is set in the config_mask
768 c2dObject->config_mask |= C2D_TARGET_RECT_BIT;
775 c2dObject->config_mask |= C2D_SOURCE_RECT_BIT;
782 c2dObject->config_mask |= C2D_SCISSOR_RECT_BIT;
809 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
811 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
817 ctx->config_mask |= C2D_ALPHA_BLEND_NONE;
822 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE;
829 uint32 config_mask = 0 local
    [all...]
c2d2.h 214 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
278 /* Configuration bits, used in the config_mask field of C2D_OBJECT struct */
374 uint32 config_mask; /* defines which fields below are enabled */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.impl.h 158 config->configMask = mkEnumConverter<AudioPortConfigMask>(halConfig.config_mask);
196 halConfig->config_mask = static_cast<unsigned int>(config.configMask);
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 297 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
302 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
308 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_FORMAT) {
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 166 mBlit.config_mask = C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TARGET_RECT_BIT;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 189 mBlit.config_mask = C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TARGET_RECT_BIT;

Completed in 791 milliseconds

1 2