Home
last modified time | relevance | path

Searched refs:C_2K (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1462 const OMX_U32 C_2K = (1024*2), in VencTest_ReadAndEmpty() local
1463 MASK_2K = C_2K-1, in VencTest_ReadAndEmpty()
1469 offset_to_c = (offset_to_c & IMASK_2K) + C_2K; in VencTest_ReadAndEmpty()
2123 const OMX_U32 C_2K = (1024*2), in main() local
2124 MASK_2K = C_2K-1, in main()
2130 offset_to_c = (offset_to_c & IMASK_2K) + C_2K; in main()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1492 const OMX_U32 C_2K = (1024*2), in VencTest_ReadAndEmpty() local
1493 MASK_2K = C_2K-1, in VencTest_ReadAndEmpty()
1498 offset_to_c = (offset_to_c & IMASK_2K) + C_2K; in VencTest_ReadAndEmpty()
2133 const OMX_U32 C_2K = (1024*2), in main() local
2134 MASK_2K = C_2K-1, in main()
2139 offset_to_c = (offset_to_c & IMASK_2K) + C_2K; in main()