Home
last modified time | relevance | path

Searched refs:use_ref (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c345 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer() argument
372 if (use_ref) { in alloc_rbsp_buffer()
394 enum AVCodecID codec_id, int small_padding, int use_ref) in ff_h2645_packet_split() argument
402 alloc_rbsp_buffer(&pkt->rbsp, length + padding, use_ref); in ff_h2645_packet_split()
Dh2645_parse.h111 enum AVCodecID codec_id, int small_padding, int use_ref);
/third_party/expat/
DCMakeLists.txt244 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)
245 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})
247 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")
248 elseif(NOT ${use_ref} AND ${have_ref})
249 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")
/third_party/skia/third_party/externals/expat/expat/
DCMakeLists.txt244 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)
245 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})
247 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")
248 elseif(NOT ${use_ref} AND ${have_ref})
249 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")