/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/ |
D | codecsendcommand_fuzzer.cpp | 45 g_component->GetState(state); in WaitState()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_service.cpp | 104 int32_t CodecComponentService::GetState(CodecStateType &state) in GetState() function in OHOS::HDI::Codec::V1_0::CodecComponentService 106 return node_->GetState(state); in GetState()
|
D | codec_dfx_service.cpp | 62 dumpNode->GetState(state); in GetCodecComponentListInfo()
|
D | component_node.cpp | 219 int32_t ComponentNode::GetState(CodecStateType &state) in GetState() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/interfaces/include/ |
D | codec_component_if.h | 206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); member
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
D | component_node.cpp | 169 int32_t ComponentNode::GetState(OMX_STATETYPE *state) in GetState() function in OHOS::Codec::Omx::ComponentNode 546 int32_t ret = GetState(status); in WaitStateChange() 554 ret = GetState(status); in WaitStateChange() 565 int32_t ret = GetState(&status); in ReleaseOMXResource()
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_service.h | 39 int32_t GetState(CodecStateType &state) override;
|
D | component_node.h | 49 int32_t GetState(HDI::Codec::V1_0::CodecStateType &state);
|
/drivers/peripheral/codec/hal/passthrough/adapter/include/ |
D | component_node.h | 38 int32_t GetState(OMX_STATETYPE *state);
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_benchmark_omx_test.cpp | 374 BENCHMARK_F(CodecBenchmarkOmxTest, GetState)(benchmark::State &state) in BENCHMARK_F() argument 380 ret = component_->GetState(codecState); in BENCHMARK_F() 386 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, GetState)-> 602 ret = component_->GetState(state); in BENCHMARK_F()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
D | component_node.h | 54 int32_t GetState(OMX_STATETYPE *state);
|
/drivers/peripheral/codec/test/unittest/hdi_adapter/ |
D | codec_hdi_adapter_test.cpp | 530 int32_t ret = g_component->GetState(g_component, &state); 538 int32_t ret = g_component->GetState(g_component, nullptr); 801 ret = g_component->GetState(g_component, &state); 854 auto ret = g_component->GetState(g_component, &state); 986 auto ret = g_component->GetState(g_component, &state);
|
/drivers/peripheral/codec/test/demo/adapter/src/ |
D | codec_hdi_adapter_decode.cpp | 321 ret = client_->GetState(client_, &status); in UseBuffers() 449 auto ret = client_->GetState(client_, &status); in FreeBuffers()
|
D | codec_hdi_adapter_encode.cpp | 199 ret = client_->GetState(client_, &status); in UseBuffers() 359 auto ret = client_->GetState(client_, &status); in FreeBuffers()
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_type_service.c | 211 instance->GetState = CodecComponentTypeGetState; in CodecComponentTypeServiceConstruct()
|
D | codec_adapter.cpp | 164 return codecNode->node->GetState(state); in OmxAdapterGetState()
|
/drivers/peripheral/codec/hal/passthrough/src/ |
D | codec_component_if.c | 226 instance->GetState = ComponentTypeGetState; in ComponentTypeConstruct()
|
D | codec_adapter.cpp | 198 return codecNode->node->GetState(state); in CodecAdapterGetState()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
D | codec_hdi_omx_test.cpp | 198 auto ret = component_->GetState(component_, &state); in waitState() 588 auto ret = component_->GetState(component_, &state); 596 auto ret = component_->GetState(component_, nullptr); 1172 ret = component_->GetState(component_, &state);
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
D | codec_function_utils.cpp | 325 auto ret = component->GetState(state); in WaitState()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
D | codec_hdi_encode.cpp | 266 err = client_->GetState(status); in UseBuffers() 447 int32_t err = client_->GetState(status); in FreeBuffers()
|
D | codec_hdi_decode.cpp | 374 err = client_->GetState(status); in UseBuffers() 562 int32_t err = client_->GetState(status); in FreeBuffers()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
D | codec_hdi_decode.cpp | 311 err = client_->GetState(client_, &status); in UseBuffers() 505 int32_t err = client_->GetState(client_, &status); in FreeBuffers()
|
D | codec_hdi_encode.cpp | 241 err = client_->GetState(client_, &status); in UseBuffers() 416 int32_t err = client_->GetState(client_, &status); in FreeBuffers()
|
/drivers/peripheral/codec/hal/passthrough/adapter/src/ |
D | component_node.cpp | 244 int32_t ComponentNode::GetState(OMX_STATETYPE *state) in GetState() function in OHOS::Codec::CodecAdapter::ComponentNode
|