Home
last modified time | relevance | path

Searched refs:sev (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c46 char const * sev = NULL; in log_callback() local
55 sev = "debug: "; in log_callback()
58 sev = "warning: "; in log_callback()
61 sev = "critical:"; in log_callback()
64 sev = "unknown: "; in log_callback()
67 fprintf(stderr, "%p %s ", (void *) ctx, sev); in log_callback()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp191 struct sigevent sev; in ProcessorProcess() local
192 memset(&sev, 0, sizeof(sev)); in ProcessorProcess()
193 sev.sigev_notify = SIGEV_THREAD; in ProcessorProcess()
194 sev.sigev_value.sival_ptr = this; in ProcessorProcess()
195 sev.sigev_notify_function = KeepAliveTimerCallback; in ProcessorProcess()
197 ret_value = timer_create(CLOCK_REALTIME, &sev, &mKeepAliveTimer); in ProcessorProcess()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp1011 pan_scan_param->rect_left_offset[i] = sev(); in sei_pan_scan()
1012 pan_scan_param->rect_right_offset[i] = sev(); in sei_pan_scan()
1013 pan_scan_param->rect_top_offset[i] = sev(); in sei_pan_scan()
1014 pan_scan_param->rect_bottom_offset[i] = sev(); in sei_pan_scan()
1091 sev(); //offset_for_non_ref_pic in parse_sps()
1092 sev(); //offset_for_top_to_bottom_field in parse_sps()
1095 sev(); //offset_for_ref_frame[ i ] in parse_sps()
1123 delta_scale = sev(); in scaling_list()
1199 OMX_S32 h264_stream_parser::sev() in sev() function in h264_stream_parser
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp943 pan_scan_param->rect_left_offset[i] = sev(); in sei_pan_scan()
944 pan_scan_param->rect_right_offset[i] = sev(); in sei_pan_scan()
945 pan_scan_param->rect_top_offset[i] = sev(); in sei_pan_scan()
946 pan_scan_param->rect_bottom_offset[i] = sev(); in sei_pan_scan()
1019 sev(); //offset_for_non_ref_pic in parse_sps()
1020 sev(); //offset_for_top_to_bottom_field in parse_sps()
1023 sev(); //offset_for_ref_frame[ i ] in parse_sps()
1048 delta_scale = sev(); in scaling_list()
1117 OMX_S32 h264_stream_parser::sev() in sev() function in h264_stream_parser
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h438 OMX_S32 sev();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h438 OMX_S32 sev();