/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioHost.hal | 28 * 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/drm/1.0/ |
D | types.hal | 144 * 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.
|
D | IDrmPlugin.hal | 72 * @param keyType specifies if the keys are to be used for streaming, 107 * is for either streaming or offline key requests. Scope should be set to 123 * When the response is for a streaming or release request, no keySetId is
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 56 * Invalid if streaming is offloaded to hardware or on failure.
|
D | types.hal | 49 /** Used when encoded by Bluetooth Stack and streaming to Hearing Aid */
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 103 streaming[i] = false; in venc_dev() 3181 if (!streaming[OUTPUT_PORT]) { in venc_handle_empty_eos_buffer() 3208 streaming[OUTPUT_PORT] = true; in venc_handle_empty_eos_buffer() 3232 if (streaming[OUTPUT_PORT]) { in venc_stop() 3240 streaming[OUTPUT_PORT] = false; in venc_stop() 3254 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop() 3262 streaming[CAPTURE_PORT] = false; in venc_stop() 3289 return streaming[port]; in is_streamon_done() 3473 streaming[CAPTURE_PORT] = true; in venc_start() 3891 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 126 streaming[i] = false; in venc_dev() 3428 if (!streaming[OUTPUT_PORT]) { in venc_handle_empty_eos_buffer() 3455 streaming[OUTPUT_PORT] = true; in venc_handle_empty_eos_buffer() 3479 if (streaming[OUTPUT_PORT]) { in venc_stop() 3487 streaming[OUTPUT_PORT] = false; in venc_stop() 3501 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop() 3509 streaming[CAPTURE_PORT] = false; in venc_stop() 3536 return streaming[port]; in is_streamon_done() 3750 streaming[CAPTURE_PORT] = true; in venc_start() 4162 … if (!streaming[OUTPUT_PORT] && !(m_sVenc_cfg.inputformat == V4L2_PIX_FMT_RGB32 || in venc_empty_buf() [all …]
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsEnumerator.hal | 50 * NOTE: Video streaming must be cleanly stopped before making this call.
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 668 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/ |
D | video_encoder_device_v4l2.h | 434 bool streaming[MAX_PORT]; variable
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 99 * camera streaming.
|
D | ICameraDeviceSession.hal | 133 * any glitches or delays during normal camera streaming.
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 180 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/ |
D | video_encoder_device_v4l2.cpp | 230 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 …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 220 streaming[i] = false; in venc_dev() 2199 if (streaming[OUTPUT_PORT]) { in venc_stop() 2207 streaming[OUTPUT_PORT] = false; in venc_stop() 2221 if (!rc && streaming[CAPTURE_PORT]) { in venc_stop() 2229 streaming[CAPTURE_PORT] = false; in venc_stop() 2363 streaming[CAPTURE_PORT] = true; in venc_start() 2808 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf() 2858 if (!streaming[OUTPUT_PORT]) { in venc_empty_buf() 2871 streaming[OUTPUT_PORT] = true; in venc_empty_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 558 bool streaming[MAX_PORT]; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 549 bool streaming[MAX_PORT]; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 550 bool streaming[MAX_PORT]; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 598 bool streaming[MAX_PORT]; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 676 streaming[CAPTURE_PORT] = in omx_vdec() 677 streaming[OUTPUT_PORT] = false; in omx_vdec() 1154 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb() 1239 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb() 4414 if (!m_pSwVdec && i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4422 streaming[CAPTURE_PORT] = true; in use_output_buffer() 4651 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4657 streaming[CAPTURE_PORT] = true; in use_output_buffer() 5576 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in allocate_output_buffer() 5583 streaming[CAPTURE_PORT] = true; in allocate_output_buffer() [all …]
|
D | omx_vdec_hevc.cpp | 599 streaming[CAPTURE_PORT] = in omx_vdec() 600 streaming[OUTPUT_PORT] = false; in omx_vdec() 958 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb() 1015 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb() 3852 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 3858 streaming[CAPTURE_PORT] = true; in use_output_buffer() 4662 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in allocate_output_buffer() 4669 streaming[CAPTURE_PORT] = true; in allocate_output_buffer() 5209 if (!streaming[OUTPUT_PORT]) { in empty_this_buffer_proxy() 5218 streaming[OUTPUT_PORT] = true; in empty_this_buffer_proxy() [all …]
|
D | omx_vdec_msm8974.cpp | 698 streaming[CAPTURE_PORT] = in omx_vdec() 699 streaming[OUTPUT_PORT] = false; in omx_vdec() 1074 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb() 1133 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb() 4758 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4766 streaming[CAPTURE_PORT] = true; in use_output_buffer() 4967 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4973 streaming[CAPTURE_PORT] = true; in use_output_buffer() 5846 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in allocate_output_buffer() 5853 streaming[CAPTURE_PORT] = true; in allocate_output_buffer() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 684 streaming[CAPTURE_PORT] = in omx_vdec() 685 streaming[OUTPUT_PORT] = false; in omx_vdec() 1171 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb() 1256 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb() 4611 if (!m_pSwVdec && i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4619 streaming[CAPTURE_PORT] = true; in use_output_buffer() 4848 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 4854 streaming[CAPTURE_PORT] = true; in use_output_buffer() 5780 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in allocate_output_buffer() 5787 streaming[CAPTURE_PORT] = true; in allocate_output_buffer() [all …]
|
D | omx_vdec_hevc.cpp | 594 streaming[CAPTURE_PORT] = in omx_vdec() 595 streaming[OUTPUT_PORT] = false; in omx_vdec() 953 pThis->streaming[OUTPUT_PORT] = false; in process_event_cb() 1010 pThis->streaming[CAPTURE_PORT] = false; in process_event_cb() 3831 if (i == (drv_ctx.op_buf.actualcount -1) && !streaming[CAPTURE_PORT]) { in use_output_buffer() 3837 streaming[CAPTURE_PORT] = true; in use_output_buffer() 4641 if (i == (drv_ctx.op_buf.actualcount -1 ) && !streaming[CAPTURE_PORT]) { in allocate_output_buffer() 4648 streaming[CAPTURE_PORT] = true; in allocate_output_buffer() 5179 if (!streaming[OUTPUT_PORT]) { in empty_this_buffer_proxy() 5188 streaming[OUTPUT_PORT] = true; in empty_this_buffer_proxy() [all …]
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 936 bool streaming[MAX_PORT]; variable
|