Home
last modified time | relevance | path

Searched refs:CHANNEL_ONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_channel_blend.cpp119 BlendLR(buffer[CHANNEL_ONE], buffer[CHANNEL_TWO]); in ProcessBlendLRModeWithFormat()
127 BlendLR(buffer[CHANNEL_ONE], buffer[CHANNEL_TWO]); in ProcessBlendLRModeWithFormat()
147 buffer[CHANNEL_TWO] = buffer[CHANNEL_ONE]; in ProcessAllLeftModeWithFormat()
155 buffer[CHANNEL_TWO] = buffer[CHANNEL_ONE]; in ProcessAllLeftModeWithFormat()
175 buffer[CHANNEL_ONE] = buffer[CHANNEL_TWO]; in ProcessAllRightModeWithFormat()
183 buffer[CHANNEL_ONE] = buffer[CHANNEL_TWO]; in ProcessAllRightModeWithFormat()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp31 const int CHANNEL_ONE = 1; variable
496 channels_ = CHANNEL_ONE; in Unpack()
504 channels_ = CHANNEL_ONE; in Unpack()
633 int channels = CHANNEL_ONE; in Pack()
650 channels = (frame.channels_ == CHANNEL_ONE) ? CHANNEL_ONE : CHANNEL_TWO; in Pack()
653 channels = (frame.channels_ == CHANNEL_ONE) ? CHANNEL_ONE : CHANNEL_TWO; in Pack()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_channel_blend.h24 static constexpr int32_t CHANNEL_ONE = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp34 const int CHANNEL_ONE = 1; variable
482 …uint16_t channelMode = (g_sbcEncode.channelMode == sbc::SBC_CHANNEL_MODE_MONO) ? CHANNEL_ONE : CHA… in A2dpSbcEncodeFrames()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp94 constexpr int CHANNEL_ONE = 1; variable
1885 cinfoPtr->input_components = CHANNEL_ONE; in WriteJpegHeader()
1919 …== SANE_FRAME_RGB || (SANE_Frame)parm.GetFormat() == SANE_FRAME_GRAY) ? CHANNEL_ONE : CHANNEL_THR… in GetPicFrame()