Searched refs:j_min (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/android/ |
D | record_histogram.cc | 107 jint j_min, in JNI_RecordHistogram_CustomCountHistogram() argument 111 int32_t min = static_cast<int32_t>(j_min); in JNI_RecordHistogram_CustomCountHistogram() 134 jint j_min, in JNI_RecordHistogram_LinearCountHistogram() argument 138 int32_t min = static_cast<int32_t>(j_min); in JNI_RecordHistogram_LinearCountHistogram() 173 jint j_min, in JNI_RecordHistogram_CustomTimesHistogram() argument 178 int32_t min = static_cast<int32_t>(j_min); in JNI_RecordHistogram_CustomTimesHistogram() 247 jint j_min, in JNI_RecordHistogram_RecordCustomCountHistogram() argument 254 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in JNI_RecordHistogram_RecordCustomCountHistogram() 265 jint j_min, in JNI_RecordHistogram_RecordLinearCountHistogram() argument 272 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in JNI_RecordHistogram_RecordLinearCountHistogram() [all …]
|
/external/libavc/decoder/ |
D | ih264d_dpb_mgr.c | 1450 WORD8 i1_gap_idx, i, j, j_min; in ih264d_delete_gap_frm_sliding() local 1536 j_min = MAX_FRAMES; in ih264d_delete_gap_frm_sliding() 1545 j_min = j; in ih264d_delete_gap_frm_sliding() 1551 if(j_min != MAX_FRAMES) in ih264d_delete_gap_frm_sliding() 1554 ps_dpb_mgr->ai4_poc_buf_id_map[j_min][0] = -1; in ih264d_delete_gap_frm_sliding() 1555 ps_dpb_mgr->ai4_poc_buf_id_map[j_min][1] = 0x7fffffff; in ih264d_delete_gap_frm_sliding() 1556 ps_dpb_mgr->ai4_poc_buf_id_map[j_min][2] = GAP_FRAME_NUM; in ih264d_delete_gap_frm_sliding()
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection.cc | 758 const JavaParamRef<jobject>& j_min, in JNI_PeerConnection_SetBitrate() argument 762 params.min_bitrate_bps = JavaToNativeOptionalInt(jni, j_min); in JNI_PeerConnection_SetBitrate()
|