Home
last modified time | relevance | path

Searched refs:NUM_SEI_MDCV_PRIMARIES (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dih264e_sei.c117 u1_payload_size += (NUM_SEI_MDCV_PRIMARIES * 2); /* display primaries x */ in ih264e_put_sei_mdcv_params()
118 u1_payload_size += (NUM_SEI_MDCV_PRIMARIES * 2); /* display primaries y */ in ih264e_put_sei_mdcv_params()
134 for(u4_count = 0; u4_count < NUM_SEI_MDCV_PRIMARIES; u4_count++) in ih264e_put_sei_mdcv_params()
Dih264e_api.c5907 for(i4_count = 0; i4_count < NUM_SEI_MDCV_PRIMARIES; i4_count++) in ih264e_set_sei_mdcv_params()
/external/libavc/decoder/
Dih264d_sei.h92 UWORD16 au2_display_primaries_x[NUM_SEI_MDCV_PRIMARIES];
97 UWORD16 au2_display_primaries_y[NUM_SEI_MDCV_PRIMARIES];
Dih264d.h519 UWORD16 au2_display_primaries_x[NUM_SEI_MDCV_PRIMARIES];
524 UWORD16 au2_display_primaries_y[NUM_SEI_MDCV_PRIMARIES];
Divd.h51 #define NUM_SEI_MDCV_PRIMARIES 3 macro
Dih264d_sei.c292 for(u4_count = 0; u4_count < NUM_SEI_MDCV_PRIMARIES; u4_count++) in ih264d_parse_mdcv()
Dih264d_api.c3868 for(i4_count = 0; i4_count < NUM_SEI_MDCV_PRIMARIES; i4_count++) in ih264d_get_sei_mdcv_params()
/external/libavc/test/encoder/
Dapp.h327 UWORD32 au4_display_primaries_x[NUM_SEI_MDCV_PRIMARIES];
328 UWORD32 au4_display_primaries_y[NUM_SEI_MDCV_PRIMARIES];
Dmain.c1528 for(i4_count = 0; i4_count < NUM_SEI_MDCV_PRIMARIES; i4_count++) in set_sei_mdcv_params()
1851 for(i4_count = 0; i4_count < NUM_SEI_MDCV_PRIMARIES; i4_count++) in synchronous_encode()
/external/libavc/common/
Dih264_structs.h1730 UWORD16 au2_display_primaries_x[NUM_SEI_MDCV_PRIMARIES];
1735 UWORD16 au2_display_primaries_y[NUM_SEI_MDCV_PRIMARIES];
Dih264_defs.h711 #define NUM_SEI_MDCV_PRIMARIES 3 macro
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp728 for (int i4_count = 0; i4_count < NUM_SEI_MDCV_PRIMARIES; ++i4_count) { in setSeiMdcvParams()