Searched refs:v4l2_port (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7073 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
7077 v4l2_port = OUTPUT_PORT;
7080 v4l2_port = CAPTURE_PORT;
7091 if (!streaming[v4l2_port]) {
7094 " which is already streamed off", v4l2_port);
7098 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
7103 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
7105 streaming[v4l2_port] = false;
H A Domx_vdec_hevc_swvdec.cpp8052 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
8056 v4l2_port = OUTPUT_PORT;
8059 v4l2_port = CAPTURE_PORT;
8070 if (!streaming[v4l2_port]) {
8073 " which is already streamed off", v4l2_port);
8077 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
8082 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
8084 streaming[v4l2_port] = false;
H A Domx_vdec_msm8974.cpp8570 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
8574 v4l2_port = OUTPUT_PORT;
8577 v4l2_port = CAPTURE_PORT;
8588 if (!streaming[v4l2_port]) {
8591 " which is already streamed off", v4l2_port);
8595 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
8600 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
8602 streaming[v4l2_port] = false;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7037 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
7041 v4l2_port = OUTPUT_PORT;
7044 v4l2_port = CAPTURE_PORT;
7055 if (!streaming[v4l2_port]) {
7058 " which is already streamed off", v4l2_port);
7062 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
7067 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
7069 streaming[v4l2_port] = false;
H A Domx_vdec_hevc_swvdec.cpp8267 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
8271 v4l2_port = OUTPUT_PORT;
8274 v4l2_port = CAPTURE_PORT;
8285 if (!streaming[v4l2_port]) {
8288 " which is already streamed off", v4l2_port);
8292 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
8297 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
8299 streaming[v4l2_port] = false;
H A Domx_vdec_v4l2.cpp9348 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
9352 v4l2_port = OUTPUT_PORT;
9355 v4l2_port = CAPTURE_PORT;
9366 if (!streaming[v4l2_port]) {
9369 " which is already streamed off", v4l2_port);
9373 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
9378 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
9380 streaming[v4l2_port] = false;
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp6720 enum v4l2_ports v4l2_port = OUTPUT_PORT; local
6724 v4l2_port = OUTPUT_PORT;
6727 v4l2_port = CAPTURE_PORT;
6738 if (!streaming[v4l2_port]) {
6741 " which is already streamed off", v4l2_port);
6745 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
6749 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port \n", v4l2_port);
6751 streaming[v4l2_port] = false;

Completed in 721 milliseconds