/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | surface_decoder_adapter.cpp | 294 void SurfaceDecoderAdapter::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer)
in OnInputBufferAvailable() argument 323 OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) OnOutputBufferAvailable() argument 351 uint32_t index; AcquireAvailableInputBuffer() local [all...] |
/foundation/multimedia/av_codec/frameworks/native/avdemuxer/ |
H A D | avdemuxer_impl.cpp | 217 GetIndexByRelativePresentationTimeUs(const uint32_t trackIndex, const uint64_t relativePresentationTimeUs, uint32_t &index) GetIndexByRelativePresentationTimeUs() argument 228 GetRelativePresentationTimeUsByIndex(const uint32_t trackIndex, const uint32_t index, uint64_t &relativePresentationTimeUs) GetRelativePresentationTimeUsByIndex() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | vector.h | 131 void Erase(uint16_t index) in Erase() argument 157 T& operator[](uint16_t index) in operator []() argument
|
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_video_encoder_impl.cpp | 184 int32_t AVCodecVideoEncoderImpl::QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) in QueueInputBuffer() argument 192 int32_t AVCodecVideoEncoderImpl::QueueInputBuffer(uint32_t index) in QueueInputBuffer() argument 200 int32_t AVCodecVideoEncoderImpl::QueueInputParameter(uint32_t index) in QueueInputParameter() argument 216 int32_t AVCodecVideoEncoderImpl::ReleaseOutputBuffer(uint32_t index) in ReleaseOutputBuffer() argument
|
H A D | avcodec_video_decoder_impl.cpp | 167 int32_t AVCodecVideoDecoderImpl::QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) in QueueInputBuffer() argument 175 int32_t AVCodecVideoDecoderImpl::QueueInputBuffer(uint32_t index) in QueueInputBuffer() argument 191 int32_t AVCodecVideoDecoderImpl::ReleaseOutputBuffer(uint32_t index, bool render) in ReleaseOutputBuffer() argument 199 int32_t AVCodecVideoDecoderImpl::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
|
H A D | avcodec_audio_encoder_impl.cpp | 121 int32_t AVCodecAudioEncoderImpl::QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) in QueueInputBuffer() argument 135 int32_t AVCodecAudioEncoderImpl::ReleaseOutputBuffer(uint32_t index) in ReleaseOutputBuffer() argument
|
H A D | avcodec_audio_decoder_impl.cpp | 120 int32_t AVCodecAudioDecoderImpl::QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) in QueueInputBuffer() argument 134 int32_t AVCodecAudioDecoderImpl::ReleaseOutputBuffer(uint32_t index) in ReleaseOutputBuffer() argument
|
/foundation/multimedia/av_codec/services/engine/codec/audio/ |
H A D | audio_codec_adapter.cpp | 247 int32_t AudioCodecAdapter::QueueInputBuffer(uint32_t index, const AVCodecBufferInfo &info, AVCodecBufferFlag flag) in QueueInputBuffer() argument 299 int32_t AudioCodecAdapter::ReleaseOutputBuffer(uint32_t index) in ReleaseOutputBuffer() argument [all...] |
H A D | audio_codec_worker.cpp | 77 bool AudioCodecWorker::PushInputData(const uint32_t &index) in PushInputData() argument 264 uint32_t index; in ProduceInputBuffer() local 303 ReleaseOutputBuffer(const uint32_t &index, const int32_t &ret) ReleaseOutputBuffer() argument 309 SetFirstAndEosStatus(std::shared_ptr<AudioBufferInfo> &outBuffer, bool isEos, uint32_t index) SetFirstAndEosStatus() argument 341 uint32_t index; ConsumerOutputBuffer() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_ui_first_render_drawable_test.cpp | 95 uint32_t index = surfaceDrawable_->cacheSurfaceThreadIndex_; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 73 const GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, info.name.c_str()); in ProcessPushConstants() local 94 const GLuint index = glGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, t.name.c_str()); in ProcessStorageBlocks() local 135 const GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM_BLOCK, t.name.c_str()); in ProcessUniformBlocks() local 159 const GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, t.name.c_str()); ProcessImageTextures() local 184 const GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, t.name.c_str()); ProcessCombinedSamplers() local [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_container.h | 55 size_t index; ///< IContainer index where the change happened member 295 Insert(SizeType index, const T& object) Insert() argument [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 244 size_t index = 0; in RemoveValue() local
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_stream_manager.cpp | 129 auto index = std::find(audioSceneEffectInfo.mode.begin(), audioSceneEffectInfo.mode.end(), 0); in UpdateEffectInfoArray() local
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 153 Material GetMaterial(size_t index) in GetMaterial() argument 178 void SetMaterial(size_t index, cons argument 195 SetRenderSortLayerOrder(size_t index, uint8_t value) SetRenderSortLayerOrder() argument 271 RemoveSubMesh(size_t index) RemoveSubMesh() argument [all...] |
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_async_work.cpp | 55 size_t index = argc - 1; in GetCbInfo() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | attachment_container.cpp | 51 bool AttachmentContainer::Insert(IContainer::SizeType index, const IObject::Ptr& object) in Insert() argument 56 bool AttachmentContainer::Remove(IContainer::SizeType index) in Remove() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation_state.cpp | 37 size_t index = 0; in AddKeyframe() local 60 bool TrackAnimationState::RemoveKeyframe(size_t index) in RemoveKeyframe() argument 169 uint32_t index = static_cast<uint32_t>(currentIndex_); UpdateIndex() local 207 JumpTo(size_t index) JumpTo() argument [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | mesh_impl.cpp | 292 void SetMaterialToScene(int64_t index, const SCENE_NS::IMaterial::Ptr& material) in SetMaterialToScene() argument [all...] |
/foundation/multimedia/av_codec/services/dfx/ |
H A D | avcodec_xcollie.cpp | 129 void AVCodecXCollie::CancelTimer(uint64_t index) in CancelTimer() argument
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | directory_ex.cpp | 131 string::size_type index = 0; in ForceCreateDirectory() local
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_typeface.cpp | 69 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() argument 59 MakeFromStream( std::unique_ptr<TexgineMemoryStream> stream, int index) MakeFromStream() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 50 uint32_t index = GetObject<uint32_t>(); in MatrixFuzzTest000() local 101 uint32_t index = GetObject<uint32_t>() % MATH_NINE; in MatrixFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_static_factory_test.cpp | 69 int index = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector3.h | 251 T& Vector3<T>::operator[](int index) in operator []() argument
|