Home
last modified time | relevance | path

Searched refs:codecBufferType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_encode.h98 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
H A Dcodec_hdi_decode.h108 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp284 int32_t CodecHdiDecode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType() argument
301 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()
303 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()
H A Dcodec_hdi_encode.cpp168 int32_t CodecHdiEncode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType() argument
184 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()
186 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()