Searched refs:profile_level_max_packet_size (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp82 const static Int profile_level_max_packet_size[8] = variable
166 VideoEncOptions defaultUseCase = {H263_MODE, profile_level_max_packet_size[SIMPLE_PROFILE_LEVEL0] >> 3,
248 profile_level_table = (Int *)profile_level_max_packet_size;
3131 base_packet_size > profile_level_max_packet_size[index] ||
3177 base_packet_size <= profile_level_max_packet_size[i] &&
3259 base_packet_size <= profile_level_max_packet_size[j] &&

Completed in 80 milliseconds