Searched refs:mOutBufferFlush (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 338 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 …]
|
D | C2SoftAvcDec.h | 156 uint8_t *mOutBufferFlush; variable
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 331 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 …]
|
D | C2SoftHevcDec.h | 114 uint8_t *mOutBufferFlush; member
|