Home
last modified time | relevance | path

Searched refs:C2GopLayerStruct (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Config.h1886 struct C2GopLayerStruct { struct
1887 C2GopLayerStruct() : type_((C2Config::picture_type_t)0), count(0) {} in C2GopLayerStruct() argument
1888 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct() argument
1899 typedef C2StreamParam<C2Tuning, C2SimpleArrayStruct<C2GopLayerStruct>, kParamIndexGop> argument
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp52 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop()
378 const C2GopLayerStruct &layer = me.v.m.values[0]; in GopSetter()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp53 const C2GopLayerStruct &layer = gop.m.values[i]; in ParseGop()
397 const C2GopLayerStruct &layer = me.v.m.values[0]; in GopSetter()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp543 const C2GopLayerStruct& layer = gop->m.values[i]; in TEST_P()