HomeSort by relevance Sort by last modified time
    Searched refs:C2StreamPictureSizeInfo (Results 1 - 11 of 11) sorted by null

  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 297 C2StreamPictureSizeInfo::output videoSize;
300 {C2ParamField(&videoSize, &C2StreamPictureSizeInfo::width),
305 {C2ParamField(&videoSize, &C2StreamPictureSizeInfo::height),
326 TRACED_FAILURE(testWritableVideoSizeParam<C2StreamPictureSizeInfo::output>(
  /external/v4l2_codec2/include/
C2VDAComponent.h 61 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 63 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240))
207 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe,
223 const C2P<C2StreamPictureSizeInfo::output> &size) {
240 const C2P<C2StreamPictureSizeInfo::output> &size) {
290 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
    [all...]
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 72 .withDefault(new C2StreamPictureSizeInfo::output(0u, 176, 144))
163 const C2P<C2StreamPictureSizeInfo::output> &size) {
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxDec.cpp 67 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240))
148 const C2P<C2StreamPictureSizeInfo::output> &size) {
  /hardware/google/av/codec2/include/
C2Config.h 246 * E.g. C2StreamPictureSizeInfo: group="" domain="Stream" index="PictureSize" type="Info".
    [all...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 62 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240))
200 const C2P<C2StreamPictureSizeInfo::output> &size) {
    [all...]
  /external/v4l2_codec2/
C2VDAComponent.cpp 118 static C2R SizeSetter(bool mayBlock, C2P<C2StreamPictureSizeInfo::output>& videoSize) {
128 .withDefault(new C2StreamPictureSizeInfo::output(0u, 176, 144))
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 58 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240))
178 const C2P<C2StreamPictureSizeInfo::output> &size) {
    [all...]
  /hardware/google/av/media/sfplugin/
CCodecConfig.cpp 571 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE);
    [all...]
CCodec.cpp     [all...]

Completed in 117 milliseconds