mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[test]: Update utils for encoder test
1. Move command parsing to util files. 2. Support frame format and coding type detection. Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Id1df67ba61943bb7aa1f02ccccaa932fb5ae9842
This commit is contained in:
@@ -75,6 +75,9 @@ typedef struct OpsLine_t {
|
||||
|
||||
RK_S32 parse_config_line(const char *str, OpsLine *info);
|
||||
|
||||
MPP_RET name_to_frame_format(const char *name, MppFrameFormat *fmt);
|
||||
MPP_RET name_to_coding_type(const char *name, MppCodingType *coding);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user