Home
last modified time | relevance | path

Searched refs:SAMPLES (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_flac_decoder_plugin.cpp26 constexpr int32_t SAMPLES = 9216; member
133 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize()
143 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/
H A Dffmpeg_flac_decoder_plugin.cpp29 constexpr int32_t SAMPLES = 9216; member
173 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize()
183 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.cpp33 constexpr int32_t SAMPLES = 9216; member
236 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize()
246 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/
H A Dffmpeg_flac_encoder_plugin.cpp37 constexpr int32_t SAMPLES = 9216; member
258 int32_t inputBufferSize = SAMPLES * channels_ * MAX_BITS_PER_SAMPLE; in GetInputBufferSize()
268 int32_t outputBufferSize = SAMPLES * channels_ * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h424 SAMPLES = 16, member
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp71 if (dependencyFlags & DependencyFlagBits::SAMPLES) { in GetDependencyList()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp192 { RenderNodeGraphInputs::RenderNodeGraphGpuImageDesc::DependencyFlagBits::SAMPLES, "samples" },
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h141 static const GLenum SAMPLES = 0x80A9; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp572 return NVal::CreateInt64(env, WebGLRenderingContextBase::SAMPLES).val_; in GetSample()
1733 NVal::DeclareNapiGetter("SAMPLES", GetSample), in GetRenderingContextBasePropertyDesc()

Completed in 11 milliseconds