Searched refs:hdrs (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dec/ |
D | webp.c | 303 WebPHeaderStructure hdrs; in ParseHeadersInternal() local 308 memset(&hdrs, 0, sizeof(hdrs)); in ParseHeadersInternal() 309 hdrs.data = data; in ParseHeadersInternal() 310 hdrs.data_size = data_size; in ParseHeadersInternal() 313 status = ParseRIFF(&data, &data_size, have_all_data, &hdrs.riff_size); in ParseHeadersInternal() 317 found_riff = (hdrs.riff_size > 0); in ParseHeadersInternal() 355 status = ParseOptionalChunks(&data, &data_size, hdrs.riff_size, in ParseHeadersInternal() 356 &hdrs.alpha_data, &hdrs.alpha_data_size); in ParseHeadersInternal() 363 status = ParseVP8Header(&data, &data_size, have_all_data, hdrs.riff_size, in ParseHeadersInternal() 364 &hdrs.compressed_size, &hdrs.is_lossless); in ParseHeadersInternal() [all …]
|
/external/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 58 find_all_header_files(hdrs "${ARG_ADDITIONAL_HEADER_DIRS}") 59 if (hdrs) 60 set_source_files_properties(${hdrs} PROPERTIES HEADER_FILE_ONLY ON) 63 list(APPEND sources ${ARG_ADDITIONAL_HEADERS} ${hdrs})
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_proj.sh | 503 generate_filter hdrs "Header Files" "h;hm;inl;inc;xsd"
|
/external/libvncserver/ |
D | configure.ac | 999 hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h" 1000 echo "with-system-libvncserver: moving aside headers $hdrs" 1001 for hdr in $hdrs
|
D | configure | 24901 hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h" 24902 echo "with-system-libvncserver: moving aside headers $hdrs" 24903 for hdr in $hdrs
|
/external/libvncserver/autom4te.cache/ |
D | output.0 | 24617 hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h" 24618 echo "with-system-libvncserver: moving aside headers $hdrs" 24619 for hdr in $hdrs
|
D | output.1 | 24901 hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h" 24902 echo "with-system-libvncserver: moving aside headers $hdrs" 24903 for hdr in $hdrs
|