Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp338 mOutBufferFlush(nullptr), in C2SoftAvcDec()
370 if (mOutBufferFlush) { in onRelease()
371 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
372 mOutBufferFlush = nullptr; in onRelease()
383 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
384 if (!mOutBufferFlush) { in onFlush_sm()
401 if (mOutBufferFlush) { in onFlush_sm()
402 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
403 mOutBufferFlush = nullptr; in onFlush_sm()
561 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
DC2SoftAvcDec.h156 uint8_t *mOutBufferFlush; variable
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp331 mOutBufferFlush(nullptr), in C2SoftHevcDec()
361 if (mOutBufferFlush) { in onRelease()
362 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
363 mOutBufferFlush = nullptr; in onRelease()
376 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
377 if (!mOutBufferFlush) { in onFlush_sm()
394 if (mOutBufferFlush) { in onFlush_sm()
395 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
396 mOutBufferFlush = nullptr; in onFlush_sm()
556 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
DC2SoftHevcDec.h114 uint8_t *mOutBufferFlush; member