Home
last modified time | relevance | path

Searched refs:mux (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/muxer/
H A DMuxer.h52 int32_t mux(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameSizes);
H A DMuxer.cpp75 int32_t Muxer::mux(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfos) { in mux() function in Muxer
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DMuxer.java64 public int mux(int trackIndex, ArrayList<ByteBuffer> inputExtractedBuffer, in mux() method in Muxer
/aosp12/frameworks/av/media/tests/benchmark/
H A DREADME.md240 8. **minimumTime**: The minimum time taken to extract/mux/encode/decode a frame.
242 9. **maximumTime**: The maximum time taken to extract/mux/encode/decode a frame.
244 10. **averageTime**: Average time taken to extract/mux/encode/decode per frame.
250 …* MediaMuxer: computed as the total time taken to mux all frames divided by the number of frames m…
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingMuxer.java55 public void mux() throws IOException { in mux() method in ScreenRecordingMuxer
H A DScreenMediaRecorder.java318 mMuxer.mux(); in save()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeMuxer.cpp129 status = muxerObj->mux(inputBuffer, frameInfos); in Java_com_android_media_benchmark_library_Native_Mux()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DMuxerTest.cpp112 status = muxerObj->mux(inputBuffer, frameInfos); in TEST_P()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DMuxerTest.java146 int status = muxer.mux(trackIndex, inputBuffer, inputBufferInfo); in testMuxer()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Lan.cpp1588 struct ipa_ioc_write_qmapid mux; in handle_wan_up_ex() local
1600 mux.qmap_id = ipacm_config->GetQmapId(); in handle_wan_up_ex()
1603 mux.client = rx_prop->rx[cnt].src_pipe; in handle_wan_up_ex()
1604 ret = ioctl(fd, IPA_IOC_WRITE_QMAPID, &mux); in handle_wan_up_ex()
1607 IPACMERR("Failed to write mux id %d\n", mux.qmap_id); in handle_wan_up_ex()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Lan.cpp1883 struct ipa_ioc_write_qmapid mux; in handle_wan_up_ex() local
1897 mux.qmap_id = ipacm_config->GetQmapId(); in handle_wan_up_ex()
1898 IPACMDBG("get mux id %d for rx-endpoint\n", mux.qmap_id); in handle_wan_up_ex()
1901 mux.client = rx_prop->rx[cnt].src_pipe; in handle_wan_up_ex()
1902 ret = ioctl(fd, IPA_IOC_WRITE_QMAPID, &mux); in handle_wan_up_ex()
1905 IPACMERR("Failed to write mux id %d\n", mux.qmap_id); in handle_wan_up_ex()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Lan.cpp1772 struct ipa_ioc_write_qmapid mux; in handle_wan_up_ex() local
1785 mux.qmap_id = ipacm_config->GetQmapId(); in handle_wan_up_ex()
1788 mux.client = rx_prop->rx[cnt].src_pipe; in handle_wan_up_ex()
1789 ret = ioctl(fd, IPA_IOC_WRITE_QMAPID, &mux); in handle_wan_up_ex()
1792 IPACMERR("Failed to write mux id %d\n", mux.qmap_id); in handle_wan_up_ex()
/aosp12/hardware/interfaces/audio/4.0/config/api/
H A Dcurrent.txt273 enum_constant public static final audio.policy.configuration.V4_0.MixType mux;
/aosp12/hardware/interfaces/audio/5.0/config/api/
H A Dcurrent.txt293 enum_constant public static final audio.policy.configuration.V5_0.MixType mux;
/aosp12/hardware/interfaces/audio/6.0/config/api/
H A Dcurrent.txt303 enum_constant public static final audio.policy.configuration.V6_0.MixType mux;
/aosp12/system/tools/xsdc/tests/resources/enum_type/api/
H A Dcurrent.txt417 enum_constant public static final attr.enumtype.MixType mux;
/aosp12/hardware/interfaces/audio/7.0/config/api/
H A Dcurrent.txt474 enum_constant public static final android.audio.policy.configuration.V7_0.MixType mux;
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!