Home
last modified time | relevance | path

Searched defs:bufferAttr (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp281 OH_AVCodecBufferAttr bufferAttr; variable
293 OH_AVCodecBufferAttr bufferAttr; variable
310 OH_AVCodecBufferAttr bufferAttr; variable
331 OH_AVCodecBufferAttr bufferAttr; variable
350 OH_AVCodecBufferAttr bufferAttr; variable
H A Dnet_test.cpp202 OH_AVCodecBufferAttr bufferAttr; in DemuxFuncWav() local
242 OH_AVCodecBufferAttr bufferAttr; in CheckAudioParam() local
H A Dproc_test.cpp170 OH_AVCodecBufferAttr bufferAttr; in CheckAudioParam() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/
H A Davmuxer_capi_mock.cpp55 OH_AVCodecBufferAttr bufferAttr; in WriteSample() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H A Ddemuxer_capi_buffer_mock.cpp68 OH_AVCodecBufferAttr bufferAttr; in ReadSample() local
H A Ddemuxer_capi_mock.cpp115 OH_AVCodecBufferAttr bufferAttr; in ReadSample() local
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
H A Davdemuxer_demo.cpp83 …DemuxerDemo::ReadSample(uint32_t trackIndex, OH_AVMemory *sample, OH_AVCodecBufferAttr *bufferAttr) in ReadSample()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp669 pa_buffer_attr bufferAttr; in ConnectRendererStreamToPA() local
699 pa_buffer_attr bufferAttr; in ConnectCapturerStreamToPA() local
H A Dpa_capturer_stream_impl.cpp102 const pa_buffer_attr *bufferAttr = pa_stream_get_buffer_attr(paStream_); in InitParams() local
H A Dpa_renderer_stream_impl.cpp123 const pa_buffer_attr *bufferAttr = pa_stream_get_buffer_attr(paStream_); in InitParams() local
1207 pa_buffer_attr bufferAttr; in UpdateMaxLength() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp62 int32_t EffectChainManagerProcess(char *sceneType, BufferAttr *bufferAttr) in EffectChainManagerProcess()
H A Daudio_effect_chain_manager.cpp488 const std::unique_ptr<EffectBufferAttr> &bufferAttr) in ApplyAudioEffectChain()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp106 struct OH_AVCodecBufferAttr bufferAttr; in OnOutputBufferAvailable() local
H A Dnative_audio_encoder.cpp109 … struct OH_AVCodecBufferAttr bufferAttr { info.presentationTimeUs, info.size, info.offset, flag }; in OnOutputBufferAvailable() struct
H A Dnative_video_decoder.cpp149 struct OH_AVCodecBufferAttr bufferAttr { in OnOutputBufferAvailable() struct
H A Dnative_video_encoder.cpp154 struct OH_AVCodecBufferAttr bufferAttr { in OnOutputBufferAvailable() struct
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dsink_userdata.h63 BufferAttr *bufferAttr; member