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.h1190 constexpr char C2_PARAMKEY_PICTURE_SIZE[] = "raw.size"; variable
1191 #define C2_PARAMKEY_STREAM_PICTURE_SIZE C2_PARAMKEY_PICTURE_SIZE
1192 #define C2_NAME_STREAM_VIDEO_SIZE_INFO C2_PARAMKEY_PICTURE_SIZE
1195 #define C2_NAME_STREAM_VIDEO_SIZE_SETTING C2_PARAMKEY_PICTURE_SIZE
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp349 add(ConfigMapper(KEY_WIDTH, C2_PARAMKEY_PICTURE_SIZE, "width") in initializeStandardParams()
351 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams()
571 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.cpp61 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp62 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp57 DefineParam(mSize, C2_PARAMKEY_PICTURE_SIZE) in IntfImpl()