Home
last modified time | relevance | path

Searched refs:CodecBufferType (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.h123 void InitOmxCodecBuffer(OmxCodecBuffer &buffer, CodecBufferType type);
129 uint32_t port, CodecBufferType bufferType);
147 bool FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type);
H A Dcodec_function_utils.cpp47 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()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_omx_codec_buffer_v20.md23 | unsigned int [bufferType](#buffertype) | buffer类型,详见[CodecBufferType](_codec_v20.md#codecbufferty…
87 buffer类型,详见[CodecBufferType](_codec_v20.md#codecbuffertype)。
H A D_codec_v20.md76 | [CodecBufferType](#codecbuffertype) {<br/>CODEC_BUFFER_TYPE_INVALID = 0 , CODEC_BUFFER_TYPE_VIRTU…
235 ### CodecBufferType subsection
238 enum CodecBufferType
H A D_codec_ext_types_8idl_v20.md43 | [CodecBufferType](_codec_v20.md#codecbuffertype) {<br/>CODEC_BUFFER_TYPE_INVALID = 0 , CODEC_BUFF…
/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
H A Dcodeccommon_fuzzer.cpp64 dataFuzz->bufferType = static_cast<enum CodecBufferType>(DATA_BUFFERTYPE); in FillDataOmxCodecBuffer()
/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/interfaces/include/
H A Dcodec_omx_ext.h168 enum CodecBufferType { enum
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_ext_types.h.txt102 enum CodecBufferType : int32_t {
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecExtTypes.idl79 enum CodecBufferType {
H A DCodecTypes.idl355 unsigned int bufferType; /**< Buffer type. For details, see {@link CodecBufferType}. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecExtTypes.idl79 enum CodecBufferType {
H A DCodecTypes.idl355 unsigned int bufferType; /**< Buffer type. For details, see {@link CodecBufferType}. */
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecExtTypes.idl91 enum CodecBufferType {
H A DCodecTypes.idl432 unsigned int bufferType; /**< Buffer type. For details, see {@link CodecBufferType}. */
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp108 void InitOmxCodecBuffer(OmxCodecBuffer& buffer, CodecBufferType type) in InitOmxCodecBuffer()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt184 [mini, lite, full] enum CodecBufferType : int {
/ohos5.0/drivers/interface/codec/v1_0/
H A DCodecTypes.idl353 …unsigned int bufferType; /**< Buffer type. For details, see {@link CodecBufferType}. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/
H A DCodecTypes.idl353 …unsigned int bufferType; /**< Buffer type. For details, see {@link 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()
H A Dcodec_hdi_encode.cpp168 int32_t CodecHdiEncode::CheckSupportBufferType(PortIndex portIndex, CodecBufferType codecBufferType) in CheckSupportBufferType()
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp57 static void InitCodecBuffer(OmxCodecBuffer& buffer, CodecBufferType type, OMX_VERSIONTYPE& version) in InitCodecBuffer()