Searched refs:CodecBufferType (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_function_utils.h | 123 void InitOmxCodecBuffer(OmxCodecBuffer &buffer, CodecBufferType type);
129 uint32_t port, CodecBufferType bufferType);
147 bool FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type);
|
H A D | codec_function_utils.cpp | 47 void FunctionUtil::InitOmxCodecBuffer(OmxCodecBuffer &buffer, CodecBufferType type)
in InitOmxCodecBuffer() 77 uint32_t port, CodecBufferType bufferType)
in InitBufferHandleParameter() 318 bool FunctionUtil::FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type)
in FillAndEmptyAllBuffer()
|
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/ |
H A D | codeccommon_fuzzer.cpp | 64 dataFuzz->bufferType = static_cast<enum CodecBufferType>(DATA_BUFFERTYPE);
in FillDataOmxCodecBuffer()
|
/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | codec_hdi_decode.h | 108 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
|
H A D | codec_hdi_encode.h | 98 int32_t CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_omx_ext.h | 106 enum CodecBufferType { enum
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 108 void InitOmxCodecBuffer(OmxCodecBuffer& buffer, CodecBufferType type) in InitOmxCodecBuffer()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 284 int32_t CodecHdiDecode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType()
|
H A D | codec_hdi_encode.cpp | 168 int32_t CodecHdiEncode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 57 static void InitCodecBuffer(OmxCodecBuffer& buffer, CodecBufferType type, OMX_VERSIONTYPE& version) in InitCodecBuffer()
|
Completed in 9 milliseconds