Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 66) sorted by relevance

123

/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal28 * the start, suspend and stop of the streaming operation. These
37 * has initialized the platform for streaming use case, and the
38 * HAL client can proceed with the streaming procedure. The
47 * wants to suspend the streaming procedure. The result of the
56 * stop and reset the streaming procedure. There is no result
/hardware/interfaces/bluetooth/audio/2.1/
Dtypes.hal29 /** Used when encoded by Bluetooth Stack and streaming to LE Audio device */
31 /** Used when decoded by Bluetooth Stack and streaming to audio framework */
DIBluetoothAudioProvider.hal57 * audioConfig.pcmConfig parameter. Invalid if streaming is offloaded
/hardware/interfaces/drm/1.0/
Dtypes.hal144 * Drm keys can be for offline content or for online streaming.
151 * Keys for streaming are not persisted and require the device to be
175 * to extend the validity period for streaming keys.
181 * to become available for streaming.
/hardware/interfaces/camera/provider/2.6/
DICameraProvider.hal38 * streaming concurrently with the other camera ids in the combination.
107 * streaming concurrently with other devices.
123 * camera streaming.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_host_image_copy.adoc52 subsystems for streaming data and rendering.
53 It may be unreasonable to require the streaming subsystem to coordinate with
DVK_NV_shader_sm_builtins.adoc24 It provides the number of streaming multiprocessors (SMs), the maximum
DVK_EXT_pipeline_creation_cache_control.adoc98 developers can leverage existing asset streaming systems to recover from
/hardware/interfaces/automotive/evs/1.1/
DIEvsCameraStream.hal24 * Implemented on client side to receive asynchronous streaming event deliveries.
Dtypes.hal80 * Types of informative streaming events
109 * Any other erroneous streaming events
115 * Structure that describes informative events occurred during EVS is streaming
DIEvsEnumerator.hal104 * NOTE: Data streaming must be cleanly stopped before making this call.
/hardware/google/camera/common/sensor_listener/tests/
Dhow_to_run.txt44 # Since this test requires camera active streaming, install mCamera.apk first.
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal56 * Invalid if streaming is offloaded to hardware or on failure.
Dtypes.hal49 /** Used when encoded by Bluetooth Stack and streaming to Hearing Aid */
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp114 streaming[i] = false; in venc_dev()
2039 if (!streaming[OUTPUT_PORT]) { in venc_handle_empty_eos_buffer()
2055 streaming[OUTPUT_PORT] = true; in venc_handle_empty_eos_buffer()
2079 if (streaming[OUTPUT_PORT]) { in venc_stop()
2087 streaming[OUTPUT_PORT] = false; in venc_stop()
2101 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop()
2109 streaming[CAPTURE_PORT] = false; in venc_stop()
2136 return streaming[port]; in is_streamon_done()
2232 streaming[CAPTURE_PORT] = true; in venc_start()
2611 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf()
[all …]
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal51 * NOTE: Video streaming must be cleanly stopped before making this call.
/hardware/interfaces/camera/metadata/3.5/
Dtypes.hal41 * by this camera device, and each extended scene mode's maximum streaming (non-stall) size
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp136 streaming[i] = false; in venc_dev()
3504 if (!streaming[OUTPUT_PORT]) { in venc_handle_empty_eos_buffer()
3531 streaming[OUTPUT_PORT] = true; in venc_handle_empty_eos_buffer()
3555 if (streaming[OUTPUT_PORT]) { in venc_stop()
3563 streaming[OUTPUT_PORT] = false; in venc_stop()
3577 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop()
3585 streaming[CAPTURE_PORT] = false; in venc_stop()
3612 return streaming[port]; in is_streamon_done()
3828 streaming[CAPTURE_PORT] = true; in venc_start()
4240 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf()
[all …]
/hardware/interfaces/camera/device/3.7/
DICameraInjectionSession.hal38 * switch back to internal camera streaming.
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp668 streaming[CAPTURE_PORT] = false; in omx_vdpp()
669 streaming[OUTPUT_PORT] = false; in omx_vdpp()
1081 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb()
1155 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb()
2217 if(!streaming[OUTPUT_PORT]) in send_command_proxy()
2290 …"with param1: %lu m_state = %d, streaming[OUTPUT_PORT] = %d", param1, m_state, streaming[OUTPUT_PO… in send_command_proxy()
2312 if(!streaming[OUTPUT_PORT]) in send_command_proxy()
4040 …DEBUG_PRINT_LOW("use_output_buffer: i = %d, streaming[CAPTURE_PORT] = %d ", i, streaming[CAPTURE_P… in use_output_buffer()
4042 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in use_output_buffer()
4049 streaming[CAPTURE_PORT] = true; in use_output_buffer()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h434 bool streaming[MAX_PORT]; variable
/hardware/interfaces/camera/device/3.5/
DICameraDevice.hal99 * camera streaming.
/hardware/google/gfxstream/
DCMakeLists.txt7 project(gfx-streaming-kit)
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp180 streaming[i] = false; in venc_dev()
2695 if (streaming[OUTPUT_PORT] && streaming[CAPTURE_PORT] && in venc_check_valid_config()
3148 if (streaming[OUTPUT_PORT]) { in venc_stop()
3156 streaming[OUTPUT_PORT] = false; in venc_stop()
3170 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop()
3178 streaming[CAPTURE_PORT] = false; in venc_stop()
3382 streaming[CAPTURE_PORT] = true; in venc_start()
3909 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf()
4002 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf()
4111 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp230 streaming[i] = false; in venc_dev()
2354 if (streaming[OUTPUT_PORT] && streaming[CAPTURE_PORT] && in venc_check_valid_config()
2782 if (streaming[OUTPUT_PORT]) { in venc_stop()
2790 streaming[OUTPUT_PORT] = false; in venc_stop()
2804 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop()
2812 streaming[CAPTURE_PORT] = false; in venc_stop()
3018 streaming[CAPTURE_PORT] = true; in venc_start()
3472 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf()
3548 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf()
3656 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf()
[all …]

123