Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp23 #define DDD(...) ALOGD(__VA_ARGS__) macro
25 #define DDD(...) ((void)0) macro
33 DDD("%s %d", __func__, __LINE__); in applyForOneId()
40 DDD("%s %d", __func__, __LINE__); in sendVpxOperation()
52 DDD("%s %d", __func__, __LINE__); in vpx_codec_destroy()
62 DDD("%s %d", __func__, __LINE__); in vpx_codec_dec_init()
70 DDD("got slot %d", slot); in vpx_codec_dec_init()
75 DDD("got address offset 0x%x version %d", (int)(ctx->address_offset), in vpx_codec_dec_init()
95 DDD("%s %d", __func__, __LINE__); in getVpxFrame()
104 DDD("fmt %d dw %d dh %d userpriv %p", (int)myImg.fmt, (int)myImg.d_w, in getVpxFrame()
[all …]
DGoldfishVPX.cpp24 #define DDD(...) ALOGD(__VA_ARGS__) macro
26 #define DDD(...) ((void)0) macro
149 DDD("%s %d", __func__, __LINE__); in outputBuffers()
175 DDD("%s %d", __func__, __LINE__); in outputBuffers()
243 DDD("%s %d", __func__, __LINE__); in outputBufferSafe()
263 DDD("%s %d", __func__, __LINE__); in onQueueFilled()
364 DDD("%s %d", __func__, __LINE__); in onPortFlushCompleted()
378 DDD("%s %d", __func__, __LINE__); in onReset()
390 DDD("%s %d", __func__, __LINE__); in getHostColorBufferId()
392 DDD("cannot find color buffer for header %p", header); in getHostColorBufferId()
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp22 # define DDD(...) ALOGD(__VA_ARGS__) macro
24 # define DDD(...) ((void)0) macro
101 DDD("destroyed %s %d object %p", __func__, __LINE__, this); in ~GoldfishAVCDec()
188 DDD("img pts %lld, primaries %d, range %d transfer %d colorspace %d", (long long)img.pts, in getVUIParams()
211DDD("got input timestamp %lld in-addr-base %p real-data-offset %d inputoffset %d", (long long)(inH… in setDecodeArgs()
237 DDD("img pts %lld is discarded", (long long)img.pts); in readAndDiscardAllHostBuffers()
248 DDD("%s %d", __func__, __LINE__); in onPortFlushCompleted()
280 DDD("cannot find color buffer for header %p", header); in getHostColorBufferId()
285 DDD("found color buffer for header %p --> %d", header, handle->hostHandle); in getHostColorBufferId()
291 DDD("calling %s count %d object %p", __func__, ++count1, this); in onQueueFilled()
[all …]
DMediaH264Decoder.cpp21 # define DDD(...) ALOGD(__VA_ARGS__) macro
23 # define DDD(...) ((void)0) macro
51 DDD("got memory lot %d addrr %x", slot, mAddressOffSet); in initH264Context()
64 DDD("initH264Context: got handle to host %lld", mHostHandle); in initH264Context()
86 DDD("resetH264Context: done"); in resetH264Context()
92 DDD("return memory lot %d addrr %x", (int)(mAddressOffSet >> 23), mAddressOffSet); in destroyH264Context()
102 DDD("decode frame: use handle to host %lld", mHostHandle); in decodeFrame()
133 DDD("flush: use handle to host %lld", mHostHandle); in flush()
141 DDD("getImage: use handle to host %lld", mHostHandle); in getImage()
174 DDD("%s: use handle to host %lld", __func__, mHostHandle); in renderOnHostAndReturnImageMetadata()
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp23 # define DDD(...) ALOGD(__VA_ARGS__) macro
25 # define DDD(...) ((void)0) macro
196 DDD("successfully pinged host for operation type=%d, op=%d", (int)type, (int)op); in sendOperation()