codec2: rename components as c2.vda.*

The original name c2.v4l2.* is misleading since for cheets images (ARC++P) the
codec drivers are not always v4l2 of ChromeOS side. Thus, rename them as
c2.vda.*.

Bug: 72354012
Test: adb shell setprop debug.stagefright.ccodec yes
Test: adb shell setprop debug.stagefright.ccodec_v4l2 yes
Test: adb shell killall mediaserver
Test: cts-tradefed run cts -m CtsMediaTestCases -t android.media.cts.MediaCodecListTest
Change-Id: I6ddc34e77b53017f859911adc443eedb29c81bc5
diff --git a/C2VDAComponent.cpp b/C2VDAComponent.cpp
index 20ebfb6..e3f9886 100644
--- a/C2VDAComponent.cpp
+++ b/C2VDAComponent.cpp
@@ -115,9 +115,9 @@
     return static_cast<int32_t>(frameIndex.peeku() & 0x3FFFFFFF);
 }
 
-const C2String kH264DecoderName = "c2.v4l2.h264.decoder";
-const C2String kVP8DecoderName = "c2.v4l2.vp8.decoder";
-const C2String kVP9DecoderName = "c2.v4l2.vp9.decoder";
+const C2String kH264DecoderName = "c2.vda.avc.decoder";
+const C2String kVP8DecoderName = "c2.vda.vp8.decoder";
+const C2String kVP9DecoderName = "c2.vda.vp9.decoder";
 
 }  // namespace