Home
last modified time | relevance | path

Searched refs:objState (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/hdf/codec/hdi_idlomx/
Dcodec_function_utils.cpp353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() argument
365 } while (state != objState && count <= MAX_WAIT); in WaitState()
Dcodec_function_utils.h149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
/test/xts/hats/hdf/codec/hdi_omx/
Dcodec_hdi_omx_test.cpp187 void waitState(OMX_STATETYPE objState) in waitState() argument
196 } while (state != objState && count <= MAX_WAIT); in waitState()