Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp320 IvfFileHeader:: IvfFileHeader(bool isVp9, int width, int height, in IvfFileHeader() argument
328 fourCC[2] = isVp9 ? '9' : '8'; in IvfFileHeader()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp392 IvfFileHeader:: IvfFileHeader(bool isVp9, int width, int height, in IvfFileHeader() argument
400 fourCC[2] = isVp9 ? '9' : '8'; in IvfFileHeader()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h201 IvfFileHeader(bool isVp9, int width, int height,
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h216 IvfFileHeader(bool isVp9, int width, int height,
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2035 bool isVp9 = drv_ctx.decoder_format == VDEC_CODECTYPE_VP9; in log_input_buffers() local
2039 IvfFileHeader ivfHeader(isVp9, width, height, 1, fps, 0); in log_input_buffers()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1983 bool isVp9 = drv_ctx.decoder_format == VDEC_CODECTYPE_VP9; in log_input_buffers() local
1987 IvfFileHeader ivfHeader(isVp9, width, height, 1, fps, 0); in log_input_buffers()