Home
last modified time | relevance | path

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

/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp181 IV_COLOR_FORMAT_T mIvVideoColorFormat = IV_YUV_420P; member in Codec
191 mIvVideoColorFormat = in initEncoder()
309 sInitIp.e_inp_color_fmt = mIvVideoColorFormat; in initEncoder()
420 sGetBufInfoIp.s_ive_ip.e_inp_color_fmt = mIvVideoColorFormat; in getBufInfo()
844 size_t frameSize = (mIvVideoColorFormat == IV_YUV_422ILE) ? (mWidth * mHeight * 2) in encodeFrames()
868 psInpRawBuf->e_color_fmt = mIvVideoColorFormat; in encodeFrames()
961 switch (mIvVideoColorFormat) { in setEncParams()