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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 440 const struct audio_port_config *srcConfig) const
444 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE)) {
445 dstConfig->sample_rate = srcConfig->sample_rate;
452 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK)) {
453 dstConfig->channel_mask = srcConfig->channel_mask;
460 if ((srcConfig != NULL) && (srcConfig->config_mask & AUDIO_PORT_CONFIG_FORMAT)) {
461 dstConfig->format = srcConfig->format
    [all...]
AudioOutputDescriptor.cpp 163 const struct audio_port_config *srcConfig) const
167 if (srcConfig != NULL) {
168 dstConfig->config_mask |= srcConfig->config_mask;
170 AudioPortConfig::toAudioPortConfig(dstConfig, srcConfig);
345 const struct audio_port_config *srcConfig) const
349 AudioOutputDescriptor::toAudioPortConfig(dstConfig, srcConfig);
567 const struct audio_port_config *srcConfig) const
569 mSource->mDevice->toAudioPortConfig(dstConfig, srcConfig);
AudioInputDescriptor.cpp 69 const struct audio_port_config *srcConfig) const
75 if (srcConfig != NULL) {
76 dstConfig->config_mask |= srcConfig->config_mask;
79 AudioPortConfig::toAudioPortConfig(dstConfig, srcConfig);
DeviceDescriptor.cpp 220 const struct audio_port_config *srcConfig) const
233 if (srcConfig != NULL) {
234 dstConfig->config_mask |= srcConfig->config_mask;
237 AudioPortConfig::toAudioPortConfig(dstConfig, srcConfig);
  /external/skia/src/gpu/
GrColorSpaceXform.h 25 GrPixelConfig srcConfig,
82 GrPixelConfig srcConfig,
GrColorSpaceXform.cpp 66 GrPixelConfig srcConfig,
75 if (GrPixelConfigIsFloatingPoint(srcConfig)) {
87 if (kUnknown_GrPixelConfig != srcConfig) {
89 if (GrPixelConfigIsSRGB(srcConfig)) {
295 GrPixelConfig srcConfig,
301 auto colorXform = GrColorSpaceXform::Make(src, srcConfig, dst);
  /external/skqp/src/gpu/
GrColorSpaceXform.h 25 GrPixelConfig srcConfig,
82 GrPixelConfig srcConfig,
GrColorSpaceXform.cpp 66 GrPixelConfig srcConfig,
75 if (GrPixelConfigIsFloatingPoint(srcConfig)) {
87 if (kUnknown_GrPixelConfig != srcConfig) {
89 if (GrPixelConfigIsSRGB(srcConfig)) {
295 GrPixelConfig srcConfig,
301 auto colorXform = GrColorSpaceXform::Make(src, srcConfig, dst);
GrContext.cpp 458 bool sw_convert_to_premul(GrPixelConfig srcConfig, int width, int height, size_t inRowBytes,
461 if (!GrPixelConfigToColorType(srcConfig, &colorType) ||
480 static bool valid_pixel_conversion(GrPixelConfig srcConfig, GrPixelConfig dstConfig,
483 if (GrPixelConfigIsSint(srcConfig) != GrPixelConfigIsSint(dstConfig)) {
488 if (premulConversion && (!valid_premul_config(srcConfig) || !valid_premul_config(dstConfig))) {
502 GrPixelConfig srcConfig, SkColorSpace* srcColorSpace,
522 if (!valid_pixel_conversion(srcConfig, dstProxy->config(), premul)) {
529 premul && pm_upm_must_round_trip(srcConfig, srcColorSpace) &&
540 GrBytesPerPixel(srcConfig), &left, &top, &width,
549 srcConfig, &drawPreference, &tempDrawInfo))
    [all...]
GrOpFlushState.cpp 82 int width, int height, GrPixelConfig srcConfig,
88 width, height, srcConfig,
95 srcConfig, buffer, rowBytes);
GrContextPriv.h 155 * @param srcConfig the pixel config of the source buffer
166 GrPixelConfig srcConfig, SkColorSpace* srcColorSpace, const void* buffer,
GrGpu.cpp 291 GrPixelConfig srcConfig, DrawPreference* drawPreference,
298 if (!this->onGetWritePixelsInfo(dstSurface, dstOrigin, width, height, srcConfig, drawPreference,
308 !this->caps()->isConfigTexturable(srcConfig)) {
GrGpu.h 230 GrPixelConfig srcConfig, DrawPreference*, WritePixelTempDrawInfo*);
579 GrPixelConfig srcConfig, DrawPreference*,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 51 const struct audio_port_config *srcConfig = NULL) const;
DeviceDescriptor.h 46 const struct audio_port_config *srcConfig = NULL) const;
AudioOutputDescriptor.h 70 const struct audio_port_config *srcConfig = NULL) const;
120 const struct audio_port_config *srcConfig = NULL) const;
170 const struct audio_port_config *srcConfig = NULL) const;
AudioPort.h 162 const struct audio_port_config *srcConfig = NULL) const = 0;
  /external/skqp/src/gpu/ddl/
GrDDLGpu.h 33 GrPixelConfig srcConfig, DrawPreference*,
  /external/skqp/src/gpu/mock/
GrMockGpu.h 35 GrPixelConfig srcConfig, DrawPreference*,
  /external/skqp/src/gpu/mtl/
GrMtlGpu.h 41 GrPixelConfig srcConfig, DrawPreference*,
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 664 GrPixelConfig srcConfig,
696 if (GrPixelConfigIsSRGB(dstSurface->config()) != GrPixelConfigIsSRGB(srcConfig)) {
702 tempDrawInfo->fWriteConfig = srcConfig;
705 // to srcConfig, though that may be modified if we decide to do a R/G swap.
707 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
713 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config();
716 if (!this->caps()->isConfigTexturable(srcConfig)) {
722 kRGBA_8888_GrPixelConfig == srcConfig) {
    [all...]
GrGLGpu.h 73 GrPixelConfig srcConfig, DrawPreference*,
  /external/skqp/src/gpu/vk/
GrVkGpu.h 78 GrPixelConfig srcConfig, DrawPreference*,
GrVkGpu.cpp 342 GrPixelConfig srcConfig, DrawPreference* drawPreference,
348 tempDrawInfo->fWriteConfig = srcConfig;
351 // to srcConfig, though that may be modified if we decide to do a R/B swap
353 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
359 if (dstSurface->config() == srcConfig) {
374 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config();
376 if (!this->vkCaps().isConfigTexturable(srcConfig) && configsAreRBSwaps) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 761 milliseconds