Lines Matching refs:VPX_DPRINT
30 #define VPX_DPRINT(fmt, ...) \ macro
34 #define VPX_DPRINT(fmt,...) macro
87 VPX_DPRINT("Error: cannot find decoder with key %" PRIx64 "", key); in getDecoder()
96 VPX_DPRINT("added decoder key %" PRIx64 " val: %p", key, val); in addDecoder()
100 VPX_DPRINT("cannot add: already exist"); in addDecoder()
108 VPX_DPRINT("removed decoder key %" PRIx64 ", val: %p", key, in removeDecoder()
114 VPX_DPRINT("error: cannot remove decoder, not in map"); in removeDecoder()
129 VPX_DPRINT( in handlePing()
137 VPX_DPRINT("done handling InitContext"); in handlePing()
141 VPX_DPRINT("handle destroy request from guest %p", ptr); in handlePing()
152 VPX_DPRINT("handle decodeimage request from guest %p", ptr); in handlePing()
160 VPX_DPRINT("handle flush request from guest %p", ptr); in handlePing()
168 VPX_DPRINT("handle getimage request from guest %p", ptr); in handlePing()
176 VPX_DPRINT("Reset is not supported %u\n", (unsigned int)op); in handlePing()
179 VPX_DPRINT("Unknown command %u\n", (unsigned int)op); in handlePing()
197 VPX_DPRINT("loading .."); in load()