Searched refs:old_length (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 126 ctx->old_length = 0; in h264e_vepu_stream_amend_config() 140 RK_S32 len = ctx->old_length; in h264e_vepu_stream_amend_proc() 298 if (final_len < ctx->old_length) in h264e_vepu_stream_amend_proc() 299 memset(p + final_len, 0, ctx->old_length - final_len); in h264e_vepu_stream_amend_proc() 320 RK_S32 len = ctx->old_length; in h264e_vepu_stream_amend_sync_ref_idc()
|
| H A D | hal_h264e_stream_amend.h | 40 RK_S32 old_length; member
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | upcall.c | 233 struct CodaFid *new_fid, size_t old_length, in venus_rename() argument 243 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename() 252 s = ( old_length & ~0x3) +4; /* round up to word boundary */ in venus_rename() 253 memcpy((char *)(inp) + offset, old_name, old_length); in venus_rename() 254 *((char *)inp + offset + old_length) = '\0'; in venus_rename()
|
| H A D | coda_psdev.h | 72 struct CodaFid *old_fid, size_t old_length,
|
| H A D | dir.c | 300 int old_length = old_dentry->d_name.len; in coda_rename() local 308 coda_i2f(new_dir), old_length, new_length, in coda_rename()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-queue.c | 156 u32 old_length = to->length; in ivtv_queue_move() local 158 while (to->length - old_length < needed_bytes) { in ivtv_queue_move()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 675 amend->old_length = hw_mbrc->out_strm_size; in hal_h264e_vepu1_wait_v2() 680 amend->old_length = hw_mbrc->out_strm_size; in hal_h264e_vepu1_wait_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 740 amend->old_length = hw_mbrc->out_strm_size; in hal_h264e_vepu2_wait_v2() 745 amend->old_length = hw_mbrc->out_strm_size; in hal_h264e_vepu2_wait_v2()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 5032 unsigned old_length; in descriptors_changed() local 5061 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed() 5062 len = max(len, old_length); in descriptors_changed() 5071 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed() 5073 old_length); in descriptors_changed() 5074 if (length != old_length) { in descriptors_changed() 5080 if (memcmp(buf, udev->rawdescriptors[index], old_length) in descriptors_changed()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1739 amend->old_length = task->hw_length; in hal_h264e_vepu541_wait() 1745 amend->old_length = task->hw_length; in hal_h264e_vepu541_wait()
|
| H A D | hal_h264e_vepu580.c | 2511 amend->old_length = task->hw_length; in hal_h264e_vepu580_wait() 2517 amend->old_length = task->hw_length; in hal_h264e_vepu580_wait()
|