Lines Matching refs:H264_DPRINT
27 #define H264_DPRINT(fmt, ...) \ macro
31 #define H264_DPRINT(fmt, ...) macro
41 H264_DPRINT("Error, cannot get mVirtioGpuOps"); in MediaTexturePool()
44 H264_DPRINT("created texturepool"); in MediaTexturePool()
48 H264_DPRINT("destroyed texturepool"); in ~MediaTexturePool()
60 H264_DPRINT("calling %s %d for tex of w %d h %d\n", __func__, __LINE__, w, in getTextureFrame()
74 H264_DPRINT("allocated Y %d UV %d", frame.Ytex, frame.UVtex); in getTextureFrame()
81 H264_DPRINT("done %s %d ret Y %d UV %d", __func__, __LINE__, frame.Ytex, in getTextureFrame()
89 H264_DPRINT("calling %s %d for tex of %d %d\n", __func__, __LINE__, in saveDecodedFrameToTexture()
99 H264_DPRINT("try recycle textures %d %d", (int)frame.Ytex, in putTextureFrame()
106 H264_DPRINT("recycle registered textures %d %d", (int)frame.Ytex, in putTextureFrame()
110 H264_DPRINT("recycle un-registered textures %d %d", (int)frame.Ytex, in putTextureFrame()
137 H264_DPRINT("delete Y %d UV %d", frame.Ytex, frame.UVtex); in cleanUpTextures()