Home
last modified time | relevance | path

Searched refs:datasize (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/system/core/mkbootfs/
H A Dmkbootfs.c92 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) in _eject() argument
116 datasize, in _eject()
136 if(datasize) { in _eject()
137 fwrite(data, datasize, 1, stdout); in _eject()
138 total_size += datasize; in _eject()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp68 AMediaCrypto* AMediaCrypto_new(const AMediaUUID uuid, const void *data, size_t datasize) { in AMediaCrypto_new() argument
75 if (tmp->createPlugin(uuid, data, datasize) != 0) { in AMediaCrypto_new()
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Ddeploy_patch_generator.cpp68 Log("Data Size: %" PRId64, entry.datasize()); in APKEntryToLog()
88 totalEqualBytes += identicalEntries[i].localEntry->datasize(); in ReportSavings()
146 int64_t hostDataLength = entry.localEntry->datasize(); in GeneratePatch()
229 totalSize += localEntry.datasize(); in BuildIdenticalEntries()
H A Dpatch_utils.cpp71 archive.CalculateLocalFileEntrySize(apkEntry.dataoffset(), apkEntry.datasize()); in GetHostAPKMetaData()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
552 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
568 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
571 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
601 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
645 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
657 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
676 if(m_sInput_buff_property.datasize != portDefn->nBufferSize) in venc_set_param()
680 m_sInput_buff_property.datasize); in venc_set_param()
692 (m_sInput_buff_property.datasize == portDefn->nBufferSize)) in venc_set_param()
[all …]
H A Dvideo_encoder_device.cpp526 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
529 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
542 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
593 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
606 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
627 if(m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
630 m_sInput_buff_property.datasize); in venc_set_param()
648 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcycx_cfm.h47 unsigned long datasize; member
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp781 const int datasize = 123; in TEST_F() local
782 std::vector<uint8_t> writebuf(datasize); in TEST_F()
798 EXPECT_EQ(NO_ERROR, data.writeInt32(datasize)); in TEST_F()
799 EXPECT_EQ(NO_ERROR, data.write(writebuf.data(), datasize)); in TEST_F()
806 std::vector<uint8_t> readbuf(datasize); in TEST_F()
807 EXPECT_EQ(datasize, read(read_end.get(), readbuf.data(), datasize)); in TEST_F()
812 EXPECT_EQ(0, read(read_end.get(), readbuf.data(), datasize)); in TEST_F()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c347 (int)init_decode->input_buffer.datasize,\ in init_encoder()
376 (int)init_decode->output_buffer.datasize,\ in init_encoder()
511 buffersize = encoder_context->input_buffer.datasize; in allocate_buffer()
525 buffersize = encoder_context->output_buffer.datasize; in allocate_buffer()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp659 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
662 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
674 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
731 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
745 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
768 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
771 m_sInput_buff_property.datasize); in venc_set_param()
788 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
H A Dvideo_encoder_device_v4l2.cpp977 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
986 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1200 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1237 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1239 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1248 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1255 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1274 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1339 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
1377 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp660 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
663 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
675 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
732 "mincount = %u", m_sInput_buff_property.datasize, in venc_set_param()
746 "mincount = %u", m_sOutput_buff_property.datasize, in venc_set_param()
769 if (m_sInput_buff_property.datasize != portDefn->nBufferSize) { in venc_set_param()
772 m_sInput_buff_property.datasize); in venc_set_param()
789 (m_sOutput_buff_property.datasize == portDefn->nBufferSize) in venc_set_param()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h53 unsigned long datasize; member
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1638 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1648 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1883 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1915 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1923 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1925 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1954 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1967 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1992 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
3892 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_prepare_c2d_rotation()
[all …]
H A Dvideo_encoder_device_v4l2_params.cpp605 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
635 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
687 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
1138 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1499 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1509 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1767 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1811 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1822 m_sInput_buff_property.datasize = ALIGN(m_sInput_buff_property.datasize, SZ_4K); in venc_get_buf_req()
1824 *buff_size = m_sInput_buff_property.datasize; in venc_get_buf_req()
1854 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1867 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1893 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
2743 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h61 unsigned long datasize; member
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h275 unsigned long datasize; member
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h479 unsigned long datasize; member
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member
/aosp12/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h301 unsigned long datasize; member
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h530 unsigned long datasize; member

12