Home
last modified time | relevance | path

Searched refs:FrameData (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DWorklet.aidl19 import android.hardware.media.c2.FrameData;
53 FrameData output;
DWork.aidl19 import android.hardware.media.c2.FrameData;
46 FrameData input;
DFrameData.aidl35 parcelable FrameData {
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h156 template <typename FrameData>
170 status_t AddResult(uint32_t frame_number, FrameData result);
174 status_t GetReadyData(uint32_t& frame_number, FrameData& ready_data);
186 std::map<uint32_t, FrameData> reprocess_request_map_;
188 std::map<uint32_t, FrameData> normal_request_map_;
Dresult_dispatcher.cc651 template <typename FrameData>
652 ResultDispatcher::DispatchQueue<FrameData>::DispatchQueue( in DispatchQueue()
657 template <typename FrameData>
658 status_t ResultDispatcher::DispatchQueue<FrameData>::AddRequest( in AddRequest()
668 normal_request_map_[frame_number] = FrameData(); in AddRequest()
670 reprocess_request_map_[frame_number] = FrameData(); in AddRequest()
675 template <typename FrameData>
676 void ResultDispatcher::DispatchQueue<FrameData>::RemoveRequest( in RemoveRequest()
682 template <typename FrameData>
683 status_t ResultDispatcher::DispatchQueue<FrameData>::AddResult( in AddResult()
[all …]
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DWorklet.aidl40 android.hardware.media.c2.FrameData output;
DWork.aidl38 android.hardware.media.c2.FrameData input;
DFrameData.aidl36 parcelable FrameData {
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DWorklet.aidl40 android.hardware.media.c2.FrameData output;
DWork.aidl38 android.hardware.media.c2.FrameData input;
DFrameData.aidl36 parcelable FrameData {
/hardware/interfaces/media/c2/1.0/
Dtypes.hal449 * Ordering information of @ref FrameData objects. Each member is used for
522 * This is a part of @ref FrameData.
538 * This is a part of @ref FrameData.
558 * @note `FrameData` is the HIDL counterpart of `C2FrameData` in the Codec 2.0
561 struct FrameData {
639 * @ref FrameData. The client must construct an original `Worklet` object inside
667 FrameData output;
691 * @ref FrameData for the input.
693 FrameData input;
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal469 struct FrameData {
542 FrameData output;
553 * FrameData for the input. Indices of Blocks inside #input refer to
556 FrameData input;
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp591 android::Vector<FrameData>* Info, int offset, int range, in decodeNFrames()
712 android::Vector<FrameData> Info; in TEST_P()
865 android::Vector<FrameData> Info; in TEST_P()
979 android::Vector<FrameData> Info; in TEST_P()
1071 android::Vector<FrameData> Info; in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp544 std::ifstream& eleStream, android::Vector<FrameData>* Info, in decodeNFrames()
781 android::Vector<FrameData> Info; in TEST_P()
946 android::Vector<FrameData> Info; in TEST_P()
1100 android::Vector<FrameData> Info; in TEST_P()
1221 android::Vector<FrameData> Info; in TEST_P()
1328 android::Vector<FrameData> Info; in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h124 struct FrameData { struct