Home
last modified time | relevance | path

Searched refs:LIBGAV1_EXAMPLES_LOG_ERROR (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libgav1/examples/
H A Dfile_reader.cc75 LIBGAV1_EXAMPLES_LOG_ERROR("Out of memory"); in Open()
81 LIBGAV1_EXAMPLES_LOG_ERROR("Unsupported file type"); in Open()
109 LIBGAV1_EXAMPLES_LOG_ERROR( in ReadTemporalUnit()
119 LIBGAV1_EXAMPLES_LOG_ERROR("Could not parse IVF frame header"); in ReadTemporalUnit()
134 LIBGAV1_EXAMPLES_LOG_ERROR( in ReadTemporalUnit()
169 LIBGAV1_EXAMPLES_LOG_ERROR( in ReadIvfFileHeader()
176 LIBGAV1_EXAMPLES_LOG_ERROR("Could not parse IVF file header"); in ReadIvfFileHeader()
H A Dfile_writer.cc90 LIBGAV1_EXAMPLES_LOG_ERROR("Invalid parameters"); in Open()
103 LIBGAV1_EXAMPLES_LOG_ERROR("Unable to open output file"); in Open()
109 LIBGAV1_EXAMPLES_LOG_ERROR("Out of memory"); in Open()
115 LIBGAV1_EXAMPLES_LOG_ERROR("Error writing Y4M file header"); in Open()
128 LIBGAV1_EXAMPLES_LOG_ERROR("Error writing Y4M frame header"); in WriteFrame()
148 LIBGAV1_EXAMPLES_LOG_ERROR(error_string); in WriteFrame()
H A Divf_parser.cc53 LIBGAV1_EXAMPLES_LOG_ERROR("Unexpected IVF version"); in ParseIvfFileHeader()
58 LIBGAV1_EXAMPLES_LOG_ERROR("Invalid IVF file header size"); in ParseIvfFileHeader()
64 LIBGAV1_EXAMPLES_LOG_ERROR("Unsupported codec 4CC"); in ParseIvfFileHeader()
84 LIBGAV1_EXAMPLES_LOG_ERROR("Temporal Unit size exceeds maximum"); in ParseIvfFrameHeader()
H A Dlogging.h46 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \ macro
56 #define LIBGAV1_EXAMPLES_LOG_ERROR(error_string) \
H A Dfile_reader_factory.cc47 LIBGAV1_EXAMPLES_LOG_ERROR("No file reader able to open input"); in OpenReader()