-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encapp: V1.18 build and updates to README
All changes in protobuf are now in the prebuild apk. New tests definitions added and README updated. Signed-off-by: JohanBlome <[email protected]>
- Loading branch information
1 parent
43e7264
commit 2037d49
Showing
10 changed files
with
175 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
test { | ||
input { | ||
filepath: "/tmp/akiyo_qcif.y4m" | ||
} | ||
common { | ||
id: "bitrate_buffer" | ||
description: "Verify encoding bitrate - buffer" | ||
output_filename: "[input.filepath].[configure.bitrate].[XXXX]-[XX]" | ||
} | ||
configure { | ||
codec: "OMX.google.h264.encoder" | ||
bitrate: "100kbps,200kbps" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
test { | ||
input { | ||
filepath: "/tmp/akiyo_qcif.mp4" | ||
device_decode: true, | ||
} | ||
common { | ||
id: "bitrate_buffer_transcoder", | ||
description: "Verify encoding bitrate - buffer transcoding" | ||
} | ||
configure { | ||
codec: "OMX.google.h264.encoder" | ||
bitrate: "200 kbps" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
test { | ||
input { | ||
filepath: "/tmp/akiyo_qcif.mp4" | ||
device_decode: true, | ||
} | ||
common { | ||
id: "bitrate_transcoder_surface" | ||
description: "Verify encoding bitrate - transcode usng surface" | ||
} | ||
configure { | ||
codec: "OMX.google.h264.encoder" | ||
bitrate: "200 kbps" | ||
surface: true | ||
} | ||
} |
File renamed without changes.