Searched refs:ext (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.c | 165 static MPP_RET get_seq_dispay_ext_header(BitReadCtx_t *bitctx, AvsdSeqExtHeader_t *ext) in get_seq_dispay_ext_header() argument 170 READ_BITS(bitctx, 3, &ext->video_format); in get_seq_dispay_ext_header() 171 READ_ONEBIT(bitctx, &ext->sample_range); in get_seq_dispay_ext_header() 172 READ_ONEBIT(bitctx, &ext->color_description); in get_seq_dispay_ext_header() 174 if (ext->color_description) { in get_seq_dispay_ext_header() 175 READ_BITS(bitctx, 8, &ext->color_primaries); in get_seq_dispay_ext_header() 176 READ_BITS(bitctx, 8, &ext->transfer_characteristics); in get_seq_dispay_ext_header() 177 READ_BITS(bitctx, 8, &ext->matrix_coefficients); in get_seq_dispay_ext_header() 179 READ_BITS(bitctx, 14, &ext->display_horizontalSize); in get_seq_dispay_ext_header() 181 READ_BITS(bitctx, 14, &ext->display_verticalSize); in get_seq_dispay_ext_header() [all …]
|
| H A D | avsd_parse.h | 225 AvsdSeqExtHeader_t ext; member
|
| /rockchip-linux_mpp/test/ |
| H A D | CMakeLists.txt | 6 macro(add_mpp_test module ext) 8 set(file_name ${test_name}.${ext}) 14 option(${test_tag} "Build mpp ${module}.${ext} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 1425 char ext[50]; in name_to_frame_format() local 1427 get_extension(name, ext); in name_to_frame_format() 1432 if (!strcmp(ext, info->ext_name)) { in name_to_frame_format() 1464 char ext[50]; in name_to_coding_type() local 1466 get_extension(name, ext); in name_to_coding_type() 1471 if (!strcmp(ext, info->ext_name)) { in name_to_coding_type()
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 262 # using this tag. The format is ext=language, where ext is a file extension, and 872 # *.ext= (so without naming a filter).
|