This commit is contained in:
Ziyang Zhou
2022-07-23 10:44:12 +08:00
parent a498b10ec6
commit 9b517e4f70
14 changed files with 10 additions and 5 deletions

View File

@@ -167,10 +167,12 @@ LOCAL_REQUIRED_MODULES := $2
include $$(BUILD_PREBUILT) include $$(BUILD_PREBUILT)
endef endef
# vainfo # vaapi
$(eval $(call define-redroid-prebuilt-bin,vainfo,$(va_libs))) bins:=avcenc h264encode hevcencode jpegenc vp8enc vp9enc vainfo
$(foreach i,$(bins),\
$(eval $(call define-redroid-prebuilt-bin,$(i),$(va_libs))))
# ffmpeg
bins:=ffmpeg ffprobe bins:=ffmpeg ffprobe
$(foreach i,$(bins),\ $(foreach i,$(bins),\
$(eval $(call define-redroid-prebuilt-bin,$(i),$(ffmpeg_libs)))) $(eval $(call define-redroid-prebuilt-bin,$(i),$(ffmpeg_libs))))

View File

@@ -7,6 +7,9 @@ PRODUCT_PACKAGES += \
vulkan.virtio \ vulkan.virtio \
gralloc.cros \ gralloc.cros \
gralloc.gbm \ gralloc.gbm \
vainfo \
ffmpeg \ ffmpeg \
ffprobe \ ffprobe \
# vaapi
PRODUCT_PACKAGES += avcenc h264encode hevcencode jpegenc vp8enc vp9enc vainfo

BIN
prebuilts/aarch64/bin/avcenc Executable file

Binary file not shown.

BIN
prebuilts/aarch64/bin/h264encode Executable file

Binary file not shown.

BIN
prebuilts/aarch64/bin/hevcencode Executable file

Binary file not shown.

BIN
prebuilts/aarch64/bin/jpegenc Executable file

Binary file not shown.

BIN
prebuilts/aarch64/bin/vp8enc Executable file

Binary file not shown.

BIN
prebuilts/aarch64/bin/vp9enc Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/avcenc Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/h264encode Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/hevcencode Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/jpegenc Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/vp8enc Executable file

Binary file not shown.

BIN
prebuilts/x86_64/bin/vp9enc Executable file

Binary file not shown.