Home
last modified time | relevance | path

Searched refs:MAX_NUMBER_OF_SEI_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_api.h82 #define MAX_NUMBER_OF_SEI_PAYLOAD (10) macro
Dihevce_hle_interface.c534 ((MAX_SEI_PAYLOAD_PER_TLV + 16) * MAX_NUMBER_OF_SEI_PAYLOAD) + 16; in ihevce_query_io_buf_req()
537 ((MAX_SEI_PAYLOAD_PER_TLV + 16) * (MAX_NUMBER_OF_SEI_PAYLOAD - 6)) + 16; in ihevce_query_io_buf_req()
Dihevce_memory_init.c1372 buf_size = sizeof(UWORD8) * MAX_NUMBER_OF_SEI_PAYLOAD * MAX_SEI_PAYLOAD_PER_TLV * in ihevce_mem_manager_init()
2231 for(num_sei = 0; num_sei < MAX_NUMBER_OF_SEI_PAYLOAD; num_sei++) in ihevce_mem_manager_init()
Dihevce_enc_structs.h2088 sei_payload_t as_sei_payload[MAX_NUMBER_OF_SEI_PAYLOAD];
Dihevce_lap_interface.c696 if(u4_num_sei > MAX_NUMBER_OF_SEI_PAYLOAD) //Checking for max number of SEI messages. in ihevce_lap_parse_sync_cmd()