Home | History | Annotate | Download | only in test

Lines Matching refs:framesize

1021         outputframe->framesize.bottom = \
1022 vdec_msg.msgdata.output_frame.framesize.bottom;
1023 outputframe->framesize.left = \
1024 vdec_msg.msgdata.output_frame.framesize.left;
1025 outputframe->framesize.right = \
1026 vdec_msg.msgdata.output_frame.framesize.right;
1027 outputframe->framesize.top = \
1028 vdec_msg.msgdata.output_frame.framesize.top;
1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
1166 long frameSize=0;
1186 frameSize = atoi(inputFrameSize);
1188 DEBUG_PRINT ("\n Frame Size is %d",frameSize);
1192 bytes_read = fread(dataptr, 1, frameSize, inputBufferFile);
1194 if(bytes_read == 0 || bytes_read < frameSize ) {