Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 30) sorted by relevance

12

/system/cros-codecs/src/device/v4l2/stateless/
Drequest.rs32 device: V4l2Device<V>, in new()
36 frame: V, in new()
57 fn submit(self) -> StatelessBackendResult<PendingRequestHandle<V>> { in submit()
71 fn set_picture_ref(&mut self, picture: Weak<RefCell<V4l2Picture<V>>>) { in set_picture_ref()
83 fn sync(self) -> DoneRequestHandle<V> { in sync()
90 capture_buffer: V4l2CaptureBuffer<V>, in associate_dequeued_buffer()
91 ) -> DoneRequestHandle<V> { in associate_dequeued_buffer()
102 fn result(&self) -> V4l2Result<V> { in result()
118 device: V4l2Device<V>, in new()
122 frame: V, in new()
[all …]
Ddevice.rs100 fn insert_request_into_hash(&mut self, request: Weak<RefCell<V4l2Request<V>>>) { in insert_request_into_hash()
122 fn sync(&mut self, timestamp: u64) -> V4l2CaptureBuffer<V> { in sync()
178 frame: V, in alloc_request()
179 ) -> Result<Rc<RefCell<V4l2Request<V>>>, DecodeError> { in alloc_request()
209 pub fn sync(&self, timestamp: u64) -> V4l2CaptureBuffer<V> { in sync()
Dqueue.rs331 fn new(frame: Arc<V>, handle: DqBuffer<Capture, V4l2VideoFrame<V>>) -> Self { in new()
407 pub fn dequeue_buffer(&self) -> Result<Option<V4l2CaptureBuffer<V>>, QueueError> { in dequeue_buffer()
/system/media/audio/include/system/
Daudio-hal-enums.h77 #define AUDIO_CHANNEL_OUT_DISCRETE_CHANNEL_LIST_DEF(V) \ argument
107 #define AUDIO_CHANNEL_IN_DISCRETE_CHANNEL_LIST_DEF(V) \ argument
128 #define AUDIO_CHANNEL_IN_OUT_MASK_LIST_DEF(V) \ argument
131 #define AUDIO_CHANNEL_OUT_MASK_LIST_UNIQUE_DEF(V) \ argument
182 #define AUDIO_CHANNEL_OUT_MASK_LIST_DEF(V) \ argument
187 #define AUDIO_CHANNEL_IN_MASK_LIST_DEF(V) \ argument
213 #define AUDIO_CHANNEL_INDEX_MASK_LIST_DEF(V) \ argument
306 #define AUDIO_CONTENT_TYPE_LIST_DEF(V) \ argument
339 #define AUDIO_DEVICE_LIST_UNIQUE_DEF(V) \ argument
407 #define AUDIO_DEVICE_LIST_DEF(V) \ argument
[all …]
Daudio_policy.h39 #define AUDIO_POLICY_FORCE_LIST_DEF(V) \ argument
/system/media/audio/include/system/audio_effects/
Deffect_uuid.h122 #define EFFECT_TYPE_UUID_LIST_DEF(V) \ argument
142 #define EFFECT_IMPL_UUID_LIST_DEF(V) \ argument
179 #define EFFECT_OTHER_UUID_LIST_DEF(V) \ argument
Daudio_effects_utils.h305 requires(std::is_trivially_copyable_v<P> && std::is_trivially_copyable_v<V>) in requires()
348 requires(std::is_trivially_copyable_v<P> && std::is_trivially_copyable_v<V>) in requires()
/system/media/tests/
Dstatic_checks.h28 #define AUDIO_ENUM_MASKS_LIST(V) \ argument
/system/cros-codecs/src/backend/v4l2/decoder/
Dstateless.rs36 pub fn video_frame(&self) -> Arc<V> { in video_frame()
44 ref_pictures: Vec<Rc<RefCell<V4l2Picture<V>>>>, in set_ref_pictures()
54 pub fn request(&mut self) -> Rc<RefCell<V4l2Request<V>>> { in request()
/system/cros-codecs/src/c2_wrapper/
Dc2_encoder.rs58 ) -> Result<(Box<dyn VideoEncoder<V>>, Resolution, Resolution), String>; in get_encoder()
64 ) -> Result<(Box<dyn VideoEncoder<V4l2VideoFrame<V>>>, Resolution, Resolution), String>; in get_encoder()
127 work_queue: Arc<Mutex<VecDeque<C2EncodeJob<V>>>>, in new()
Dc2_v4l2_decoder.rs44 ) -> Result<DynStatelessVideoDecoder<V>, String> { in get_decoder()
Dc2_vaapi_decoder.rs61 ) -> Result<DynStatelessVideoDecoder<V>, String> { in get_decoder()
Dc2_decoder.rs62 ) -> Result<DynStatelessVideoDecoder<V>, String>; in get_decoder()
179 work_queue: Arc<Mutex<VecDeque<C2DecodeJob<V>>>>, in new()
Dc2_vaapi_encoder.rs62 ) -> Result<(Box<dyn VideoEncoder<V>>, Resolution, Resolution), String> { in get_encoder()
Dc2_v4l2_encoder.rs57 ) -> Result<(Box<dyn VideoEncoder<V4l2VideoFrame<V>>>, Resolution, Resolution), String> { in get_encoder()
/system/cros-codecs/src/video_frame/
Dframe_pool.rs96 pub fn new(alloc_cb: impl FnMut(&StreamInfo) -> V + Send + 'static) -> FramePool<V> { in new()
108 pub fn alloc(&mut self) -> Option<PooledVideoFrame<V>> { in alloc()
/system/cros-codecs/src/decoder/stateless/h264/
Dvaapi.rs203 dpb: &Dpb<VADecodedHandle<V>>, in build_pic_param()
312 ref_list_x: &[&DpbEntry<VADecodedHandle<V>>], in fill_ref_pic_list()
340 ref_list_0: &[&DpbEntry<VADecodedHandle<V>>], in build_slice_param()
341 ref_list_1: &[&DpbEntry<VADecodedHandle<V>>], in build_slice_param()
/system/libvintf/include/vintf/
DLevel.h45 V = 202404, enumerator
DMapValueIterator.h30 using V = typename Map::mapped_type; member
/system/cros-codecs/src/decoder/stateless/h265/
Dvaapi.rs258 rps: &RefPicSet<VADecodedHandle<V>>, in fill_va_hevc_pic()
371 dpb: &Dpb<VADecodedHandle<V>>, in build_pic_param()
372 rps: &RefPicSet<VADecodedHandle<V>>, in build_pic_param()
/system/cros-codecs/src/decoder/stateless/av1/
Dv4l2.rs73 alloc_cb: &mut dyn FnMut() -> Option<V>, in new_picture()
Dvaapi.rs503 alloc_cb: &mut dyn FnMut() -> Option<V>, in new_picture()
/system/cros-codecs/src/backend/vaapi/
Ddecoder.rs33 handle: &Option<DecodedHandle<V>>, in va_surface_id()
/system/media/audio_utils/benchmarks/
Dintrinsic_benchmark.cpp253 using V = typename Traits::template container_t<T, N>; typedef in Processor
/system/core/cli-test/
Dcli-test.cpp87 static void V(const char* fmt, ...) { in V() function

12