Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c348 RK_S32 country_code, provider_code; in user_data_registered_itu_t_t35() local
354 READ_BITS(gb, 8, &country_code); in user_data_registered_itu_t_t35()
355 if (country_code == 0xFF) { in user_data_registered_itu_t_t35()
363 if (country_code != 0xB5 && country_code != 0x26) { in user_data_registered_itu_t_t35()
364 …pp_log("Unsupported User Data Registered ITU-T T35 SEI message (country_code = %d)", country_code); in user_data_registered_itu_t_t35()
371 country_code, provider_code, provider_oriented_code); in user_data_registered_itu_t_t35()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.c279 RK_S32 country_code, provider_code; in parse_hdr_dynamic_meta_extension() local
284 READ_BITS(bitctx, 8, &country_code); in parse_hdr_dynamic_meta_extension()
288 country_code, provider_code, terminal_provide_oriented_code); in parse_hdr_dynamic_meta_extension()