Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp341 mOutBufferFlush(nullptr), in C2SoftAvcDec()
373 if (mOutBufferFlush) { in onRelease()
374 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
375 mOutBufferFlush = nullptr; in onRelease()
386 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
387 if (!mOutBufferFlush) { in onFlush_sm()
406 if (mOutBufferFlush) { in onFlush_sm()
407 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
408 mOutBufferFlush = nullptr; in onFlush_sm()
570 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
H A DC2SoftAvcDec.h155 uint8_t *mOutBufferFlush; variable
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp330 mOutBufferFlush(nullptr), in C2SoftHevcDec()
360 if (mOutBufferFlush) { in onRelease()
361 ivd_aligned_free(nullptr, mOutBufferFlush); in onRelease()
362 mOutBufferFlush = nullptr; in onRelease()
375 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
376 if (!mOutBufferFlush) { in onFlush_sm()
395 if (mOutBufferFlush) { in onFlush_sm()
396 ivd_aligned_free(nullptr, mOutBufferFlush); in onFlush_sm()
397 mOutBufferFlush = nullptr; in onFlush_sm()
561 ps_decode_ip->s_out_buffer.pu1_bufs[0] = mOutBufferFlush; in setDecodeArgs()
[all …]
H A DC2SoftHevcDec.h113 uint8_t *mOutBufferFlush; member