Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c349 static void alloc_rbsp_buffer(H2645RBSP *rbsp, unsigned int size, int use_ref) in alloc_rbsp_buffer() argument
376 if (use_ref) { in alloc_rbsp_buffer()
398 enum AVCodecID codec_id, int small_padding, int use_ref) in ff_h2645_packet_split() argument
406 alloc_rbsp_buffer(&pkt->rbsp, length + padding, use_ref); in ff_h2645_packet_split()
Dh2645_parse.h112 enum AVCodecID codec_id, int small_padding, int use_ref);
/third_party/skia/third_party/externals/expat/expat/
DCMakeLists.txt251 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)
252 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})
254 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")
255 elseif(NOT ${use_ref} AND ${have_ref})
256 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")