Searched refs:VTB_DPRINT (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 23 #define VTB_DPRINT(fmt, ...) \ macro 27 #define VTB_DPRINT(fmt, ...) macro 54 VTB_DPRINT("deInit calling"); in deInit() 68 VTB_DPRINT("init calling"); in init() 101 VTB_DPRINT("vtb buffer size is %d", mVtbBufferSize); in extractFrameInfo() 108 VTB_DPRINT("%s(frame=%p, sz=%zu)", __func__, frame, szBytes); in decode() 115 VTB_DPRINT("Failed to parse frame=%p, sz=%zu, give up.", frame, szBytes); in decode() 126 VTB_DPRINT("this is an SPS frame"); in decode() 136 VTB_DPRINT("this is an PPS frame"); in decode() 142 VTB_DPRINT("this is SEI frame"); in decode() [all …]
|
D | MediaVideoToolBoxUtils.cpp | 21 #define VTB_DPRINT(fmt, ...) \ macro 25 #define VTB_DPRINT(fmt, ...) macro 55 VTB_DPRINT("done "); in media_vtb_utils_nv12_updater()
|