Home
last modified time | relevance | path

Searched refs:mOutBufferFlush (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp328 mOutBufferFlush(nullptr), in C2SoftAvcDec()
358 if (mOutBufferFlush) { in onRelease()
359 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
360 mOutBufferFlush = nullptr; in onRelease()
371 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
372 if (!mOutBufferFlush) { in onFlush_sm()
389 if (mOutBufferFlush) { in onFlush_sm()
390 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
391 mOutBufferFlush = nullptr; in onFlush_sm()
539 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
DC2SoftAvcDec.h155 uint8_t *mOutBufferFlush; variable
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp324 mOutBufferFlush(nullptr), in C2SoftHevcDec()
352 if (mOutBufferFlush) { in onRelease()
353 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
354 mOutBufferFlush = nullptr; in onRelease()
367 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
368 if (!mOutBufferFlush) { in onFlush_sm()
385 if (mOutBufferFlush) { in onFlush_sm()
386 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
387 mOutBufferFlush = nullptr; in onFlush_sm()
537 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
DC2SoftHevcDec.h113 uint8_t *mOutBufferFlush; member