Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DVQops.h34 } vqOps_t; typedef
36 int VQApply(CodecProperties *codec, vqOps_t *info, AMediaFormat* inFormat, int flags);
DVideoShaper.cpp35 vqOps_t mediaInfo[] = {
81 vqOps_t *info = &mediaInfo[ix]; in videoShaper()
DVQApply.cpp55 int VQApply(CodecProperties *codec, vqOps_t *info, AMediaFormat* inFormat, int flags) { in VQApply()