/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_flac_decoder_plugin.cpp | 26 constexpr int32_t SAMPLES = 9216; variable 133 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize() 143 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/ |
H A D | ffmpeg_flac_decoder_plugin.cpp | 29 constexpr int32_t SAMPLES = 9216; variable 176 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize() 186 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_ffmpeg_flac_encoder_plugin.cpp | 33 constexpr int32_t SAMPLES = 9216; variable 236 int32_t inputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetInputBufferSize() 246 int32_t outputBufferSize = SAMPLES * channels * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/ |
H A D | ffmpeg_flac_encoder_plugin.cpp | 37 constexpr int32_t SAMPLES = 9216; variable 258 int32_t inputBufferSize = SAMPLES * channels_ * MAX_BITS_PER_SAMPLE; in GetInputBufferSize() 268 int32_t outputBufferSize = SAMPLES * channels_ * MAX_BITS_PER_SAMPLE; in GetOutputBufferSize()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 424 SAMPLES = 16, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_create_gpu_images.cpp | 71 if (dependencyFlags & DependencyFlagBits::SAMPLES) { in GetDependencyList()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_parser_util.cpp | 192 … { RenderNodeGraphInputs::RenderNodeGraphGpuImageDesc::DependencyFlagBits::SAMPLES, "samples" },
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 141 static const GLenum SAMPLES = 0x80A9; variable
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 572 return NVal::CreateInt64(env, WebGLRenderingContextBase::SAMPLES).val_; in GetSample()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 704 | webgl | WebGLRenderingContextBase | readonly SAMPLES: GLenum; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 704 | webgl | WebGLRenderingContextBase | readonly SAMPLES: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 137 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly SAMPLES: GLenum;|NA|webgl.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 137 …ss name: WebGLRenderingContextBase<br>Method or attribute name: readonly SAMPLES: GLenum;|NA|webgl…
|