History log of /
drivers
/
peripheral
/
codec
/ (Results
1 - 1
of
1
)
Home
History
Annotate
only in
this directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
094332d3
24-Oct-2024
openharmony_ci <120357966@qq.com>
!6602 修改USB相机拍照流的分辨率
Merge pull request !6602 from 刘丰/master
BUILD.gn
README.md
README_zh.md
bundle.json
codec.gni
hal/BUILD.gn
hal/idl_service/BUILD.gn
hal/idl_service/include/codec_component_config.h
hal/idl_service/include/codec_component_manager_service.h
hal/idl_service/include/codec_component_service.h
hal/idl_service/include/codec_death_recipient.h
hal/idl_service/include/codec_dfx_service.h
hal/idl_service/include/codec_dma_buffer.h
hal/idl_service/include/codec_dyna_buffer.h
hal/idl_service/include/codec_handle_buffer.h
hal/idl_service/include/codec_omx_core.h
hal/idl_service/include/codec_share_buffer.h
hal/idl_service/include/component_mgr.h
hal/idl_service/include/component_node.h
hal/idl_service/include/icodec_buffer.h
hal/idl_service/include/icomponent_mgr.h
hal/idl_service/src/codec_component_config.cpp
hal/idl_service/src/codec_component_manager_driver.cpp
hal/idl_service/src/codec_component_manager_service.cpp
hal/idl_service/src/codec_component_service.cpp
hal/idl_service/src/codec_death_recipient.cpp
hal/idl_service/src/codec_dfx_service.cpp
hal/idl_service/src/codec_dma_buffer.cpp
hal/idl_service/src/codec_dyna_buffer.cpp
hal/idl_service/src/codec_handle_buffer.cpp
hal/idl_service/src/codec_omx_core.cpp
hal/idl_service/src/codec_share_buffer.cpp
hal/idl_service/src/component_mgr.cpp
hal/idl_service/src/component_node.cpp
hal/idl_service/src/icodec_buffer.cpp
hal/include/codec_adapter_interface.h
hal/include/codec_callback_type_service.h
hal/include/codec_callback_type_stub.h
hal/include/codec_component_capability_config.h
hal/include/codec_component_manager_service.h
hal/include/codec_component_manager_stub.h
hal/include/codec_component_type_service.h
hal/include/codec_component_type_stub.h
hal/include/codec_config_parser.h
hal/include/codec_death_recipient.h
hal/include/codec_dfx_service.h
hal/include/codec_internal.h
hal/include/codec_types.h
hal/src/codec_adapter.cpp
hal/src/codec_callback_type_proxy.c
hal/src/codec_callback_type_service.c
hal/src/codec_callback_type_stub.c
hal/src/codec_component_capability_config.c
hal/src/codec_component_manager_proxy.c
hal/src/codec_component_manager_service.c
hal/src/codec_component_manager_stub.c
hal/src/codec_component_type_driver.c
hal/src/codec_component_type_proxy.c
hal/src/codec_component_type_service.c
hal/src/codec_component_type_stub.c
hal/src/codec_config_parser.c
hal/src/codec_death_recipient.cpp
hal/src/codec_dfx_service.c
hal/src/codec_types.c
hal/v2.0/hdi_impl/include/codec_dyna_buffer.h
hal/v2.0/hdi_impl/include/codec_handle_buffer.h
hal/v2.0/hdi_impl/include/codec_omx_core.h
hal/v2.0/hdi_impl/include/codec_share_buffer.h
hal/v2.0/hdi_impl/include/component_mgr.h
hal/v2.0/hdi_impl/include/component_node.h
hal/v2.0/hdi_impl/include/icodec_buffer.h
hal/v2.0/hdi_impl/include/icomponent_mgr.h
hal/v2.0/hdi_impl/src/codec_dyna_buffer.cpp
hal/v2.0/hdi_impl/src/codec_handle_buffer.cpp
hal/v2.0/hdi_impl/src/codec_omx_core.cpp
hal/v2.0/hdi_impl/src/codec_share_buffer.cpp
hal/v2.0/hdi_impl/src/component_mgr.cpp
hal/v2.0/hdi_impl/src/component_node.cpp
hal/v2.0/hdi_impl/src/icodec_buffer.cpp
image/BUILD.gn
image/config/codec_image_config.cpp
image/config/codec_image_config.h
image/hdi_service/include/codec_image_service.h
image/hdi_service/src/codec_image_driver.cpp
image/hdi_service/src/codec_image_service.cpp
image/heif/include/codec_heif_encode_service.h
image/heif/src/codec_heif_encode_service.cpp
image/jpeg/include/codec_jpeg_core.h
image/jpeg/include/codec_jpeg_service.h
image/jpeg/src/codec_jpeg_core.cpp
image/jpeg/src/codec_jpeg_service.cpp
image/vdi/codec_heif_vdi.h
image/vdi/codec_jpeg_vdi.h
interfaces/include/codec_callback_if.h
interfaces/include/codec_common_type.h
interfaces/include/codec_component_if.h
interfaces/include/codec_component_manager.h
interfaces/include/codec_component_type.h
interfaces/include/codec_interface.h
interfaces/include/codec_omx_ext.h
interfaces/include/codec_type.h
test/BUILD.gn
test/benchmarktest/BUILD.gn
test/benchmarktest/codec_benchmark_manager_test.cpp
test/benchmarktest/codec_benchmark_omx_test.cpp
test/benchmarktest/codec_callback_service.cpp
test/benchmarktest/codec_callback_service.h
test/demo/BUILD.gn
test/demo/heif/BUILD.gn
test/demo/heif/include/buffer_helper.h
test/demo/heif/include/codec_heif_helper.h
test/demo/heif/include/command_parser.h
test/demo/heif/include/log.h
test/demo/heif/src/buffer_helper.cpp
test/demo/heif/src/codec_heif_helper.cpp
test/demo/heif/src/command_parser.cpp
test/demo/heif/src/heif_encoder.cpp
test/demo/idl/BUILD.gn
test/demo/idl/include/codec_hdi_callback.h
test/demo/idl/include/codec_hdi_decode.h
test/demo/idl/include/codec_hdi_encode.h
test/demo/idl/include/codec_utils.h
test/demo/idl/include/command_parse.h
test/demo/idl/include/icodec_hdi_callback_base.h
test/demo/idl/src/codec_hdi_callback.cpp
test/demo/idl/src/codec_hdi_decode.cpp
test/demo/idl/src/codec_hdi_encode.cpp
test/demo/idl/src/command_parse.cpp
test/demo/jpeg/BUILD.gn
test/demo/jpeg/include/codec_jpeg_helper.h
test/demo/jpeg/include/command_parse.h
test/demo/jpeg/include/jpeg_decoder.h
test/demo/jpeg/src/codec_jpeg_helper.cpp
test/demo/jpeg/src/command_parse.cpp
test/demo/jpeg/src/jpeg_decoder.cpp
test/demo/v2.0/BUILD.gn
test/demo/v2.0/include/codec_hdi_decode.h
test/demo/v2.0/include/codec_hdi_encode.h
test/demo/v2.0/include/codec_packet_reader.h
test/demo/v2.0/include/command_parse.h
test/demo/v2.0/src/codec_hdi_decode.cpp
test/demo/v2.0/src/codec_hdi_encode.cpp
test/demo/v2.0/src/codec_packet_reader.cpp
test/demo/v2.0/src/command_parse.cpp
test/fuzztest/hdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecallocatebufferhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecallocatebufferhdi_fuzzer/codecallocatebuffer_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecallocatebufferhdi_fuzzer/codecallocatebuffer_fuzzer.h
test/fuzztest/hdi_fuzzer/codecallocatebufferhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecallocatebufferhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/codeccallback_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/codeccallback_fuzzer.h
test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/codeccommon_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/codeccommon_fuzzer.h
test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/codeccomponentroleenum_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/codeccomponentroleenum_fuzzer.h
test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codeccomponentroleenumhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/codeccomponenttunnelrequest_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/codeccomponenttunnelrequest_fuzzer.h
test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/codeccreatecomponent_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/codeccreatecomponent_fuzzer.h
test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecfreebufferhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecfreebufferhdi_fuzzer/codecfreebuffer_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecfreebufferhdi_fuzzer/codecfreebuffer_fuzzer.h
test/fuzztest/hdi_fuzzer/codecfreebufferhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecfreebufferhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/codecgetcomponentcapabilitylist_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/codecgetcomponentcapabilitylist_fuzzer.h
test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/codecgetconfig_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/codecgetconfig_fuzzer.h
test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecgetconfighdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/codecgetextensionIndex_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/codecgetextensionIndex_fuzzer.h
test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecgetextensionIndexhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/codecgetparameter_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/codecgetparameter_fuzzer.h
test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codechdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codechdi_fuzzer/codec_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codechdi_fuzzer/codec_fuzzer.h
test/fuzztest/hdi_fuzzer/codechdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codechdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/codecsendcommand_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/codecsendcommand_fuzzer.h
test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/codecsetcallbacks_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/codecsetcallbacks_fuzzer.h
test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/codecsetconfig_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/codecsetconfig_fuzzer.h
test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecsetconfighdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/codecsetparameter_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/codecsetparameter_fuzzer.h
test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecusebufferhdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecusebufferhdi_fuzzer/codecusebuffer_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecusebufferhdi_fuzzer/codecusebuffer_fuzzer.h
test/fuzztest/hdi_fuzzer/codecusebufferhdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecusebufferhdi_fuzzer/project.xml
test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/BUILD.gn
test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/codecuseeglimage_fuzzer.cpp
test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/codecuseeglimage_fuzzer.h
test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/corpus/init
test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/project.xml
test/fuzztest/image_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/common/include/encode_buffer_helper.h
test/fuzztest/image_fuzzer/common/include/encode_heif_helper.h
test/fuzztest/image_fuzzer/common/include/image_auto_initer.h
test/fuzztest/image_fuzzer/common/include/image_common.h
test/fuzztest/image_fuzzer/common/include/log.h
test/fuzztest/image_fuzzer/common/src/encode_buffer_helper.cpp
test/fuzztest/image_fuzzer/common/src/encode_heif_helper.cpp
test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/corpus/init
test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/imageallocateinbuffer_fuzzer.cpp
test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/imageallocateinbuffer_fuzzer.h
test/fuzztest/image_fuzzer/imageallocateinbuffer_fuzzer/project.xml
test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/corpus/init
test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/imagedoheifencode_fuzzer.cpp
test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/imagedoheifencode_fuzzer.h
test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/project.xml
test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/corpus/init
test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/imagedojpegdecode_fuzzer.cpp
test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/imagedojpegdecode_fuzzer.h
test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/project.xml
test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/corpus/init
test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/imagefreeinbuffer_fuzzer.cpp
test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/imagefreeinbuffer_fuzzer.h
test/fuzztest/image_fuzzer/imagefreeinbuffer_fuzzer/project.xml
test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/BUILD.gn
test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/corpus/init
test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/imagegetcapability_fuzzer.cpp
test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/imagegetcapability_fuzzer.h
test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/project.xml
test/fuzztest/omx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecallocatebufferomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecallocatebufferomx_fuzzer/codecallocatebuffer_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecallocatebufferomx_fuzzer/codecallocatebuffer_fuzzer.h
test/fuzztest/omx_fuzzer/codecallocatebufferomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecallocatebufferomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/codeccommon_fuzzer.cpp
test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/codeccommon_fuzzer.h
test/fuzztest/omx_fuzzer/codeccomponentroleenumomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codeccomponentroleenumomx_fuzzer/codeccomponentroleenum_fuzzer.cpp
test/fuzztest/omx_fuzzer/codeccomponentroleenumomx_fuzzer/codeccomponentroleenum_fuzzer.h
test/fuzztest/omx_fuzzer/codeccomponentroleenumomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codeccomponentroleenumomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/codeccomponenttunnelrequest_fuzzer.cpp
test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/codeccomponenttunnelrequest_fuzzer.h
test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/codeccreatecomponent_fuzzer.cpp
test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/codeccreatecomponent_fuzzer.h
test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecfreebufferomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecfreebufferomx_fuzzer/codecfreebuffer_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecfreebufferomx_fuzzer/codecfreebuffer_fuzzer.h
test/fuzztest/omx_fuzzer/codecfreebufferomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecfreebufferomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/codecgetcomponentcapabilitylist_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/codecgetcomponentcapabilitylist_fuzzer.h
test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/codecgetconfig_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/codecgetconfig_fuzzer.h
test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecgetconfigomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/codecgetextensionIndex_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/codecgetextensionIndex_fuzzer.h
test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecgetextensionIndexomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecgetparameteromx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecgetparameteromx_fuzzer/codecgetparameter_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecgetparameteromx_fuzzer/codecgetparameter_fuzzer.h
test/fuzztest/omx_fuzzer/codecgetparameteromx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecgetparameteromx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecomx_fuzzer/codec_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecomx_fuzzer/codec_fuzzer.h
test/fuzztest/omx_fuzzer/codecomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/codecsendcommand_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/codecsendcommand_fuzzer.h
test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecsendcommandomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/codecsetcallbacks_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/codecsetcallbacks_fuzzer.h
test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecsetconfigomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecsetconfigomx_fuzzer/codecsetconfig_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecsetconfigomx_fuzzer/codecsetconfig_fuzzer.h
test/fuzztest/omx_fuzzer/codecsetconfigomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecsetconfigomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/codecsetparameter_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/codecsetparameter_fuzzer.h
test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecusebufferomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecusebufferomx_fuzzer/codecusebuffer_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecusebufferomx_fuzzer/codecusebuffer_fuzzer.h
test/fuzztest/omx_fuzzer/codecusebufferomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecusebufferomx_fuzzer/project.xml
test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/BUILD.gn
test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/codecuseeglimage_fuzzer.cpp
test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/codecuseeglimage_fuzzer.h
test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/corpus/init
test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/project.xml
test/unittest/BUILD.gn
test/unittest/hdi_image/BUILD.gn
test/unittest/hdi_image/codec_hdi_heif_encode_test.cpp
test/unittest/hdi_image/codec_hdi_jpeg_test.cpp
test/unittest/hdi_image/test_helper.h
test/unittest/hdi_omx/BUILD.gn
test/unittest/hdi_omx/codec_hdi_manager_test.cpp
test/unittest/hdi_omx/codec_hdi_omx_test.cpp
test/unittest/idl_omx/BUILD.gn
test/unittest/idl_omx/codec_callback_service.cpp
test/unittest/idl_omx/codec_function_utils.cpp
test/unittest/idl_omx/codec_function_utils.h
test/unittest/idl_omx/codec_hdi_manager_test.cpp
test/unittest/idl_omx/codec_hdi_omx_dec_test.cpp
test/unittest/idl_omx/codec_hdi_omx_enc_test.cpp
utils/include/codec_hcb_util.h
utils/include/codec_log_wrapper.h
utils/include/codec_util.h
utils/src/codec_hcb_util.c
utils/src/codec_util.c