Home
last modified time | relevance | path

Searched refs:MAX_SEI_PAYLOAD_PER_TLV (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_api.h80 #define MAX_SEI_PAYLOAD_PER_TLV (0x200) macro
Dihevce_hle_interface.c519 ((MAX_SEI_PAYLOAD_PER_TLV + 16) * MAX_NUMBER_OF_SEI_PAYLOAD) + 16; in ihevce_query_io_buf_req()
522 ((MAX_SEI_PAYLOAD_PER_TLV + 16) * (MAX_NUMBER_OF_SEI_PAYLOAD - 6)) + 16; in ihevce_query_io_buf_req()
Dihevce_memory_init.c1344 buf_size = sizeof(UWORD8) * MAX_NUMBER_OF_SEI_PAYLOAD * MAX_SEI_PAYLOAD_PER_TLV * in ihevce_mem_manager_init()
2194 pu1_sei_payload += MAX_SEI_PAYLOAD_PER_TLV; in ihevce_mem_manager_init()