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

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dtm1637.js37 console.log("System time: " + now.getHours() + ":" + ("0" + now.getMinutes()).slice(-2));
43 var time = now.getHours().toString() + ("0" + now.getMinutes().toString()).slice(-2);
H A Dldt0028.js71 var string = "(" + (" " + Math.round(average)).slice(-4) + ") | ";
H A Dpn532-writeurl.js61 return ("00000000"+(Number(d).toString(16))).slice(-pad)
H A Dpn532.js85 return ("00000000"+(Number(d).toString(16))).slice(-pad)
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp166 // first pic_data always exists, check if any slice is parsed
168 ITRACE("No slice available for decoding.");
274 ITRACE("slice data offset= %d, size = %d", sliceData->slice_offset, sliceData->slice_size);
296 // maximum 4 buffers to render a slice: picture parameter, IQMatrix, slice parameter, slice data
307 WTRACE("The first slice is lost.");
308 // TODO: handle the first slice lost
411 // TODO: set numList to 0 if it is I slice
413 // B slice
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3953 * and slice instead of width and height to check against
3956 OMX_U32 stride, slice; local
3959 slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12, portDefn->format.video.nFrameHeight);
3962 slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, portDefn->format.video.nFrameHeight);
3965 slice = portDefn->format.video.nFrameHeight;
3968 DEBUG_PRINT_LOW("Stride is %d, slice is %d, sxs is %d\n", stride, slice, stride * slice);
3971 if (stride * slice <= (OMX_U32)control.value) {
8094 DEBUG_PRINT_LOW("set metadata: update buf-geometry with stride %d slice
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp3374 * and slice instead of width and height to check against
3377 OMX_U32 stride, slice; local
3380 slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12, portDefn->format.video.nFrameHeight);
3383 slice = portDefn->format.video.nFrameHeight;
3386 DEBUG_PRINT_LOW("Stride is %d, slice is %d, sxs is %d\n", stride, slice, stride * slice);
3389 if (stride * slice <= (OMX_U32)control.value) {
7381 DEBUG_PRINT_LOW("set metadata: update buf-geometry with stride %d slice %d",

Completed in 111 milliseconds