Home
last modified time | relevance | path

Searched refs:VPX_DPRINT (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMediaVpxDecoderGeneric.cpp35 #define VPX_DPRINT(fmt, ...) \ macro
39 #define VPX_DPRINT(fmt, ...) macro
73 VPX_DPRINT("Using Cuvid decoder on Linux/Windows"); in canUseCudaDecoder()
76 VPX_DPRINT( in canUseCudaDecoder()
115 VPX_DPRINT("calling init context"); in initVpxContext()
147 VPX_DPRINT("vpx decoder initialize context successfully."); in initVpxContext()
167 VPX_DPRINT("calling decodeFrame"); in decodeFrame()
175 VPX_DPRINT("calling vpx_codec_decode data %p datalen %d userdata %" PRIx64, in decodeFrame()
183 VPX_DPRINT("decoded %d frames", mNumFramesDecoded); in decodeFrame()
209 VPX_DPRINT("Switching from HW to SW codec"); in try_decode()
[all …]
DMediaVpxDecoder.cpp30 #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()
[all …]