Searched refs:fh (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 421 FILE *fh = fopen(path.string(), "r+"); in encodeJPEG() local 422 if ( !fh ) { in encodeJPEG() 427 fseek(fh, 0, SEEK_END); in encodeJPEG() 428 size_t len = (size_t)ftell(fh); in encodeJPEG() 429 rewind(fh); in encodeJPEG() 433 fclose(fh); in encodeJPEG() 443 size_t readSize = fread(buff, 1, len, fh); in encodeJPEG() 457 rewind(fh); in encodeJPEG() 460 size_t writeSize = fwrite(&temp, sizeof(unsigned char), 1, fh); in encodeJPEG() 465 fwrite(&temp, sizeof(unsigned char), 1, fh); in encodeJPEG() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | gpuvis_trace_utils.h | 356 FILE *fh = popen( cmd, "r" ); in exec_tracecmd() local 357 if ( !fh ) in exec_tracecmd() 366 while ( fgets( buf, sizeof( buf ), fh ) ) in exec_tracecmd() 372 if ( feof( fh ) ) in exec_tracecmd() 374 int pclose_ret = pclose( fh ); in exec_tracecmd() 381 pclose( fh ); in exec_tracecmd()
|
/hardware/google/graphics/common/libscaler/ |
D | libscaler.cpp | 572 if (!sc->SetSrcFormat(src_img->fw, src_img->fh, src_color_space)) in exynos_sc_config_exclusive() 578 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_exclusive() 737 if (!sc->SetSrcFormat(src_img->fw, src_img->fh, src_color_space)) in exynos_sc_config_blend_exclusive() 743 if (!sc->SetDstFormat(dst_img->fw, dst_img->fh, dst_color_space)) in exynos_sc_config_blend_exclusive()
|
/hardware/google/graphics/common/libgscaler/ |
D | libgscaler_obj.cpp | 940 ret = exynos_gsc_set_src_format(gsc, src_img->fw, src_img->fh, in m_gsc_m2m_config() 946 __func__, src_img->fw, src_img->fh, src_img->x, src_img->y, in m_gsc_m2m_config() 951 ret = exynos_gsc_set_dst_format(gsc, dst_img->fw, dst_img->fh, in m_gsc_m2m_config() 957 __func__, dst_img->fw, dst_img->fh, dst_img->x, dst_img->y, in m_gsc_m2m_config() 1007 &gsc->src_img.fh, &gsc->src_img.x, &gsc->src_img.y, in m_gsc_out_config() 1022 sd_fmt.format.height = gsc->dst_img.fh; in m_gsc_out_config() 1181 fmt.fmt.pix_mp.height = gsc->src_img.fh; in m_gsc_out_config() 1252 &gsc->src_img.fh, &gsc->src_img.x, &gsc->src_img.y, in m_gsc_cap_config() 1324 fmt.fmt.pix_mp.height = gsc->dst_img.fh; in m_gsc_cap_config() 1557 gsc->src_img.fw, gsc->src_img.fh, src_planes) != true) { in m_gsc_out_run() [all …]
|
/hardware/google/graphics/common/libscaler/include/ |
D | exynos_scaler.h | 76 uint32_t fh; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2063 fragment area of latexmath:[fw \times fh], the fragment for that pixel will 2075 \left\lfloor \frac{y}{fh} \right\rfloor = \left\lfloor \frac{y'}{fh} \right\rfloor 2081 \times fh \times rs] where _rs_ indicates the value of 2184 \times fh] and latexmath:[fsc] samples per pixel, 2207 py = & (fy + \left\lfloor {cs \over fw} \right\rfloor \text{ \% } fh) \\ 2208 fs = & \left\lfloor {cs \over {fw \times fh}} \right\rfloor
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.es | 2287 0�ñ���a��HCQ�Z����Q���Hza�e�cH������{)fh�|��_�tC�����A�ƚk�)���&����@��f�!�"^m��ԈRz… 3366 !�dx�ъ���S@�:֏!�X�fh�<�Wm���U3`�]OS�������,�+�-�T� +i&c�fxw�ćv�C8Z�`ԁ2��g��N��A�… 3954 ,�R�A�C��j��=�a���q}�fh/Z��'�m�rq���h!��z�%)G����mn=�6���H�g�
|