Searched refs:C2_PARAMKEY_PICTURE_SIZE (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 77 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
D | C2SoftMpeg4Enc.cpp | 85 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 55 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
D | C2SoftAomEnc.cpp | 61 addParameter(DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 623 add(ConfigMapper(KEY_WIDTH, C2_PARAMKEY_PICTURE_SIZE, "width") in initializeStandardParams() 625 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams() 1146 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 69 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
D | C2SoftVpxEnc.cpp | 70 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 68 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 79 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
D | C2SoftAvcEnc.cpp | 108 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 72 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
D | C2SoftHevcEnc.cpp | 125 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 63 addParameter(DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1349 constexpr char C2_PARAMKEY_PICTURE_SIZE[] = "raw.size"; variable
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 69 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
|