Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Config.h1232 constexpr char C2_PARAMKEY_PICTURE_SIZE[] = "raw.size"; variable
1233 #define C2_PARAMKEY_STREAM_PICTURE_SIZE C2_PARAMKEY_PICTURE_SIZE
1234 #define C2_NAME_STREAM_VIDEO_SIZE_INFO C2_PARAMKEY_PICTURE_SIZE
1237 #define C2_NAME_STREAM_VIDEO_SIZE_SETTING C2_PARAMKEY_PICTURE_SIZE
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp551 add(ConfigMapper(KEY_WIDTH, C2_PARAMKEY_PICTURE_SIZE, "width") in initializeStandardParams()
553 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams()
909 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp66 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp71 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp62 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp58 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp63 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()