Searched refs:psInpRawBuf (Results 1 – 1 of 1) sorted by relevance
112 bufferPtrs setEncParams(iv_raw_buf_t *psInpRawBuf, const uint8_t *data, size_t frameSize);850 iv_raw_buf_t *psInpRawBuf = &sEncodeIp.s_inp_buf; in encodeFrames() local866 memset(psInpRawBuf, 0, sizeof(iv_raw_buf_t)); in encodeFrames()867 psInpRawBuf->u4_size = sizeof(iv_raw_buf_t); in encodeFrames()868 psInpRawBuf->e_color_fmt = mIvVideoColorFormat; in encodeFrames()885 bufferPtrs inBuffer = setEncParams(psInpRawBuf, tmpData, frameSize); in encodeFrames()922 psInpRawBuf->apv_bufs[0] = nullptr; in encodeFrames()923 psInpRawBuf->apv_bufs[1] = nullptr; in encodeFrames()924 psInpRawBuf->apv_bufs[2] = nullptr; in encodeFrames()959 bufferPtrs Codec::setEncParams(iv_raw_buf_t *psInpRawBuf, const uint8_t *data, size_t frameSize) { in setEncParams() argument[all …]